gitignore/Python.gitignore

38 lines
355 B
Plaintext
Raw Normal View History

# Byte-compiled / optimized / DLL files
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
2010-11-08 21:50:43 +01:00
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
2012-04-28 14:55:20 +02:00
__pycache__
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
2012-08-18 18:55:23 +02:00
# Translations
*.mo
2012-08-18 18:55:23 +02:00
# Mr Developer
.mr.developer.cfg
2012-08-08 18:57:13 +02:00
.project
.pydevproject