1
0
mirror of https://github.com/github/gitignore synced 2024-06-10 14:40:01 +02:00
gitignore/Python.gitignore
Sam Clements b75c902dbb Add .cache to the Python .gitignore
`.cache` is generated when unittests are run with py.test
2013-11-12 16:19:30 +00:00

45 lines
463 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# C extensions
*.so
# Distribution / packaging
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Django stuff:
*.log
*.pot