1
0
mirror of https://github.com/github/gitignore synced 2024-05-28 00:10:11 +02:00
gitignore/Python.gitignore
Carl Suster 09793dd34e Merge pull request #473 from Visgean/master
Merge the django template into the python one since there is a significant overlap
2013-11-11 16:45:53 -08:00

45 lines
462 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
nosetests.xml
coverage.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
-# Django stuff:
-*.log
-*.pot