1
0
mirror of https://github.com/github/gitignore synced 2025-02-18 16:39:08 +01:00
gitignore/Python.gitignore
Blaise Pabon d6b83dad48 Update Python.gitignore
added a simple comment at top to get this ready for my pull request.
2012-11-09 14:12:47 -08:00

38 lines
364 B
Plaintext

# Python .gitignore file will all the pertinent exclusions.
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject