gitignore/Python.gitignore

59 lines
713 B
Plaintext
Raw Normal View History

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
2013-12-14 22:07:26 +08:00
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# PyInstaller
2014-08-15 19:16:24 +08:00
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
2014-02-22 17:48:38 +08:00
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
2013-10-22 18:17:22 +08:00
coverage.xml
*,cover
2012-08-19 00:55:23 +08:00
# Translations
*.mo
*.pot
2013-11-12 13:57:54 +08:00
# Django stuff:
*.log
2013-11-13 01:13:14 +08:00
# Sphinx documentation
docs/_build/
2014-06-15 14:49:06 +08:00
# PyBuilder
target/