1
0
mirror of https://github.com/github/gitignore synced 2024-12-23 13:20:17 +01:00
gitignore/Python.gitignore

37 lines
315 B
Plaintext
Raw Normal View History

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