1
0
mirror of https://github.com/github/gitignore synced 2024-06-01 02:08:18 +02:00
gitignore/Python.gitignore
Adam Roben 523c52fe52 Merge pull request #814 from xiaogaozi/patch-1
Python.gitignore add coverage.xml
2013-11-07 19:50:15 -08:00

39 lines
397 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
coverage.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject