1
0
mirror of https://github.com/github/gitignore synced 2024-12-05 01:45:42 +01:00
gitignore/Python.gitignore
nyuszika7h 0f5bc09b90 Since I can't decide on an order...
Let's order it alphabetically, it's almost alphabetical already anyway.

(I try to not be overzealous with such things, but if I already cleaned
up the ordering, then why not be consistent.)
2014-03-18 15:43:25 +01:00

59 lines
591 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
# PyCharm
*.iws
.idea/tasks.xml
.idea/workspace.xml
# Rope
.ropeproject