1
0
mirror of https://github.com/github/gitignore synced 2024-05-29 08:48:18 +02:00
gitignore/Python.gitignore
Carl Suster 479b7f8536 Merge pull request #958 from arcresu/python-bin
[Python] Remove rules for bin/, Mr Developer, and Rope
2014-05-06 17:31:14 +10:00

45 lines
460 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# C extensions
*.so
# Distribution / packaging
.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
coverage.xml
# Translations
*.mo
*.pot
# Django stuff:
*.log
# Sphinx documentation
docs/_build/