2013-04-14 12:46:22 +08:00
|
|
|
# Byte-compiled / optimized / DLL files
|
2013-01-17 10:37:11 +08:00
|
|
|
__pycache__/
|
2012-04-13 03:21:38 +08:00
|
|
|
*.py[cod]
|
2015-04-29 02:41:00 +08:00
|
|
|
*$py.class
|
2012-04-13 03:21:38 +08:00
|
|
|
|
|
|
|
# C extensions
|
|
|
|
*.so
|
2010-11-09 06:11:17 +08:00
|
|
|
|
2013-01-17 10:37:11 +08:00
|
|
|
# Distribution / packaging
|
2013-12-14 22:07:26 +08:00
|
|
|
.Python
|
|
|
|
env/
|
2013-01-17 10:37:11 +08:00
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
2014-02-19 22:46:17 +08:00
|
|
|
downloads/
|
2013-01-17 10:37:11 +08:00
|
|
|
eggs/
|
2015-02-03 05:46:23 +08:00
|
|
|
.eggs/
|
2013-01-17 10:37:11 +08:00
|
|
|
lib/
|
|
|
|
lib64/
|
|
|
|
parts/
|
|
|
|
sdist/
|
|
|
|
var/
|
|
|
|
*.egg-info/
|
2010-11-11 06:33:30 +08:00
|
|
|
.installed.cfg
|
2013-01-17 10:37:11 +08:00
|
|
|
*.egg
|
2010-11-09 06:11:17 +08:00
|
|
|
|
2014-02-22 14:22:15 +08:00
|
|
|
# PyInstaller
|
2014-08-15 19:16:24 +08:00
|
|
|
# Usually these files are written by a python script from a template
|
2014-02-22 14:22:15 +08:00
|
|
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
|
|
*.manifest
|
2014-02-22 17:48:38 +08:00
|
|
|
*.spec
|
2014-02-22 14:22:15 +08:00
|
|
|
|
2010-11-09 06:11:17 +08:00
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
2012-08-24 02:40:36 +08:00
|
|
|
pip-delete-this-directory.txt
|
2010-11-09 06:11:17 +08:00
|
|
|
|
|
|
|
# Unit test / coverage reports
|
2014-03-06 16:07:26 +08:00
|
|
|
htmlcov/
|
2013-01-17 10:37:11 +08:00
|
|
|
.tox/
|
2010-11-09 06:11:17 +08:00
|
|
|
.coverage
|
2015-02-12 18:17:44 +08:00
|
|
|
.coverage.*
|
2013-08-06 06:17:52 +08:00
|
|
|
.cache
|
2011-09-09 18:32:11 +08:00
|
|
|
nosetests.xml
|
2013-10-22 18:17:22 +08:00
|
|
|
coverage.xml
|
2015-03-16 22:37:24 +08:00
|
|
|
*,cover
|
2011-04-05 11:14:03 +08:00
|
|
|
|
2012-08-19 00:55:23 +08:00
|
|
|
# Translations
|
2011-04-05 11:14:13 +08:00
|
|
|
*.mo
|
2014-02-21 07:52:28 +08:00
|
|
|
*.pot
|
2013-11-13 21:32:07 +08:00
|
|
|
|
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/
|