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
|
|
|
bin/
|
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
|
|
|
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
|
|
|
|
|
|
|
# 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
|
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
|
|
|
|
|
2012-08-18 18:55:23 +02:00
|
|
|
# Mr Developer
|
2011-04-05 05:14:03 +02:00
|
|
|
.mr.developer.cfg
|
2012-08-08 18:57:13 +02:00
|
|
|
.project
|
|
|
|
.pydevproject
|
2013-11-12 01:41:53 +01:00
|
|
|
|
2013-11-13 14:32:07 +01:00
|
|
|
# Rope
|
|
|
|
.ropeproject
|
|
|
|
|
2013-11-12 06:57:54 +01:00
|
|
|
# Django stuff:
|
|
|
|
*.log
|
|
|
|
*.pot
|
2013-11-12 18:13:14 +01:00
|
|
|
|
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
|
|
|
|