1
0
mirror of https://github.com/github/gitignore synced 2024-06-02 18:58:13 +02:00
gitignore/Python.gitignore
Ray Shan 9428df834f Comment for .py[cod] files
Commenting the only ignore that isn't commented.
2013-04-13 23:46:22 -05:00

38 lines
355 B
Plaintext

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