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