1
0
mirror of https://github.com/github/gitignore synced 2024-12-23 13:20:17 +01:00
gitignore/Python.gitignore

45 lines
460 B
Plaintext
Raw Normal View History

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# C extensions
*.so
# Distribution / packaging
2013-12-14 12:07:26 -02:00
.Python
env/
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
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
2013-10-22 18:17:22 +08:00
coverage.xml
2012-08-18 19:55:23 +03:00
# Translations
*.mo
*.pot
2013-11-12 16:57:54 +11:00
# Django stuff:
*.log
2013-11-13 04:13:14 +11:00
# Sphinx documentation
docs/_build/