21 lines
186 B
Plaintext
21 lines
186 B
Plaintext
# Compiled stuff
|
|
*.pyc
|
|
*.pyo
|
|
doc/_build
|
|
|
|
# Crap created by version control
|
|
.orig
|
|
.rej
|
|
|
|
# Files created by distutils
|
|
MANIFEST
|
|
dist
|
|
*.egg-info
|
|
.cache
|
|
|
|
# OS X
|
|
.DS_Store
|
|
|
|
# Other *nix:es
|
|
.~
|