1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 11:44:21 +01:00
gitignore/Python.gitignore
Chris Jerdonek c038e773de Make Python .gitignore directory entries match only directories.
This commit also alphabetizes the distribution/packaging section after
separating the directory entries from the file entries.  I left alone
a few entries that I'm not sure about (i.e. *.egg and the
"Mr Developer" section).
2013-11-07 20:13:43 -06:00

38 lines
384 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# C extensions
*.so
# Distribution / packaging
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Installer logs
pip-log.txt
# Unit test / coverage reports
.tox/
.coverage
nosetests.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject