1
0
mirror of https://github.com/github/gitignore synced 2024-12-05 01:45:42 +01:00
gitignore/Python.gitignore

54 lines
538 B
Plaintext
Raw Normal View History

# Byte-compiled/optimized files and libraries
*.py[cod]
__pycache__/
# C extensions
*.so
*.so.*
# Distribution / packaging
*.egg
*.egg-info/
2013-12-14 15:07:26 +01:00
.Python
.installed.cfg
bin/
build/
develop-eggs/
dist/
eggs/
env/
lib/
lib64/
parts/
sdist/
var/
# Installer logs
*.log
pip-delete-this-directory.txt
pip-log.txt
# Sphinx documentation
docs/_build/
# Translations
*.mo
*.pot
# Unit test/coverage reports
.cache
.coverage
.tox/
2013-10-22 12:17:22 +02:00
coverage.xml
htmlcov/
nosetests.xml
2012-08-18 18:55:23 +02:00
# Mr Developer
.mr.developer.cfg
2012-08-08 18:57:13 +02:00
.project
.pydevproject
2013-11-12 01:41:53 +01:00
# Rope
.ropeproject