2013-04-13 23:46:22 -05:00
|
|
|
# Byte-compiled / optimized / DLL files
|
2013-01-16 18:37:11 -08:00
|
|
|
__pycache__/
|
2012-04-12 16:21:38 -03:00
|
|
|
*.py[cod]
|
|
|
|
|
|
|
|
# C extensions
|
|
|
|
*.so
|
2010-11-09 06:11:17 +08:00
|
|
|
|
2013-01-16 18:37:11 -08:00
|
|
|
# Distribution / packaging
|
2013-12-14 12:07:26 -02:00
|
|
|
.Python
|
|
|
|
env/
|
2013-01-16 18:37:11 -08:00
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
|
|
|
eggs/
|
|
|
|
lib/
|
|
|
|
lib64/
|
|
|
|
parts/
|
|
|
|
sdist/
|
|
|
|
var/
|
|
|
|
*.egg-info/
|
2010-11-10 23:33:30 +01:00
|
|
|
.installed.cfg
|
2013-01-16 18:37:11 -08:00
|
|
|
*.egg
|
2010-11-09 06:11:17 +08:00
|
|
|
|
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
2012-08-23 15:40:36 -03:00
|
|
|
pip-delete-this-directory.txt
|
2010-11-09 06:11:17 +08:00
|
|
|
|
|
|
|
# Unit test / coverage reports
|
2014-03-06 10:07:26 +02:00
|
|
|
htmlcov/
|
2013-01-16 18:37:11 -08:00
|
|
|
.tox/
|
2010-11-09 06:11:17 +08:00
|
|
|
.coverage
|
2013-08-05 23:17:52 +01:00
|
|
|
.cache
|
2011-09-09 12:32:11 +02:00
|
|
|
nosetests.xml
|
2013-10-22 18:17:22 +08:00
|
|
|
coverage.xml
|
2011-04-04 22:14:03 -05:00
|
|
|
|
2012-08-18 19:55:23 +03:00
|
|
|
# Translations
|
2011-04-04 22:14:13 -05:00
|
|
|
*.mo
|
2014-02-21 10:52:28 +11:00
|
|
|
*.pot
|
2013-11-13 14:32:07 +01:00
|
|
|
|
2013-11-12 16:57:54 +11:00
|
|
|
# Django stuff:
|
|
|
|
*.log
|
2013-11-13 04:13:14 +11:00
|
|
|
|
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|