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