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]
|
2015-04-28 20:41:00 +02:00
|
|
|
*$py.class
|
2012-04-12 21:21:38 +02:00
|
|
|
|
|
|
|
# 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/
|
2015-02-02 22:46:23 +01:00
|
|
|
.eggs/
|
2013-01-17 03:37:11 +01:00
|
|
|
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
|
2015-02-12 11:17:44 +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
|
2015-03-16 15:37:24 +01:00
|
|
|
*,cover
|
2015-05-11 10:30:50 +02:00
|
|
|
.hypothesis/
|
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
|
2015-10-02 14:27:59 +02:00
|
|
|
local_settings.py
|
2013-11-12 18:13:14 +01:00
|
|
|
|
2016-04-24 23:02:02 +02:00
|
|
|
# Flask stuff:
|
2016-02-12 13:14:41 +01:00
|
|
|
instance/
|
2016-04-24 23:02:02 +02:00
|
|
|
.webassets-cache
|
2016-02-12 13:14:41 +01:00
|
|
|
|
2015-06-05 17:43:20 +02:00
|
|
|
# Scrapy stuff:
|
|
|
|
.scrapy
|
|
|
|
|
2013-11-12 18:13:14 +01:00
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
2014-06-15 08:49:06 +02:00
|
|
|
|
|
|
|
# PyBuilder
|
|
|
|
target/
|
2015-12-13 16:40:01 +01:00
|
|
|
|
2016-02-12 12:06:03 +01:00
|
|
|
# IPython Notebook
|
2015-07-28 22:23:02 +02:00
|
|
|
.ipynb_checkpoints
|
2016-01-27 23:46:49 +01:00
|
|
|
|
2015-12-13 16:40:01 +01:00
|
|
|
# pyenv
|
|
|
|
.python-version
|
2016-01-27 23:46:49 +01:00
|
|
|
|
2016-02-25 07:57:21 +01:00
|
|
|
# celery beat schedule file
|
|
|
|
celerybeat-schedule
|
2016-03-07 07:21:09 +01:00
|
|
|
|
2016-02-28 17:57:21 +01:00
|
|
|
# dotenv
|
|
|
|
.env
|
2016-03-06 12:30:45 +01:00
|
|
|
|
2016-03-10 11:51:16 +01:00
|
|
|
# virtualenv
|
2016-08-14 15:47:01 +02:00
|
|
|
.venv/
|
2016-03-10 11:51:16 +01:00
|
|
|
venv/
|
|
|
|
ENV/
|
|
|
|
|
2016-03-06 12:30:45 +01:00
|
|
|
# Spyder project settings
|
|
|
|
.spyderproject
|
2016-04-01 10:45:44 +02:00
|
|
|
|
|
|
|
# Rope project settings
|
|
|
|
.ropeproject
|