1
0
mirror of https://github.com/github/gitignore synced 2024-12-04 17:35:43 +01:00
gitignore/Python.gitignore

54 lines
538 B
Plaintext

# Byte-compiled/optimized files and libraries
*.py[cod]
__pycache__/
# C extensions
*.so
*.so.*
# Distribution / packaging
*.egg
*.egg-info/
.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/
coverage.xml
htmlcov/
nosetests.xml
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Rope
.ropeproject