2014-12-30 04:53:46 +00:00
|
|
|
# Compiled/intermediate Python files
|
2014-12-18 15:48:20 +00:00
|
|
|
*.py[cod]
|
|
|
|
|
|
|
|
# C extensions
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Packages
|
|
|
|
*.egg
|
|
|
|
*.egg-info
|
|
|
|
dist
|
|
|
|
build
|
|
|
|
sdist
|
2014-11-12 15:41:56 +00:00
|
|
|
__pycache__
|
2014-12-18 15:48:20 +00:00
|
|
|
|
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
|
|
|
|
|
|
# Unit test / coverage reports
|
|
|
|
.coverage
|
|
|
|
.tox
|
2014-11-12 15:41:56 +00:00
|
|
|
|
|
|
|
# iPython temp files
|
|
|
|
.ipynb_checkpoints
|
2014-12-18 15:48:20 +00:00
|
|
|
|
|
|
|
# Mac DS files
|
|
|
|
.DS_Store
|
|
|
|
|
2014-11-12 15:41:56 +00:00
|
|
|
# ReadTheDocs build directory
|
|
|
|
_build
|