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]
|
2015-04-28 19:41:00 +01:00
|
|
|
*$py.class
|
2012-04-12 16:21:38 -03:00
|
|
|
|
|
|
|
# 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
|
2013-01-16 18:37:11 -08:00
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
2014-02-19 20:16:17 +05:30
|
|
|
downloads/
|
2013-01-16 18:37:11 -08:00
|
|
|
eggs/
|
2015-02-02 22:46:23 +01:00
|
|
|
.eggs/
|
2013-01-16 18:37:11 -08:00
|
|
|
lib/
|
|
|
|
lib64/
|
|
|
|
parts/
|
|
|
|
sdist/
|
|
|
|
var/
|
2016-11-26 20:46:06 -03:00
|
|
|
wheels/
|
2013-01-16 18:37:11 -08:00
|
|
|
*.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
|
|
|
|
2014-02-22 00:22:15 -06: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 00:22:15 -06:00
|
|
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
|
|
*.manifest
|
2014-02-22 03:48:38 -06:00
|
|
|
*.spec
|
2014-02-22 00:22:15 -06:00
|
|
|
|
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
|
2015-02-12 11:17:44 +01: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
|
2017-05-12 18:08:06 +09:00
|
|
|
*.cover
|
2015-05-11 11:30:50 +03:00
|
|
|
.hypothesis/
|
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
|
2015-10-02 09:27:59 -03:00
|
|
|
local_settings.py
|
2013-11-13 04:13:14 +11:00
|
|
|
|
2016-04-24 17:02:02 -04:00
|
|
|
# Flask stuff:
|
2016-02-12 07:14:41 -05:00
|
|
|
instance/
|
2016-04-24 17:02:02 -04:00
|
|
|
.webassets-cache
|
2016-02-12 07:14:41 -05:00
|
|
|
|
2015-06-05 12:43:20 -03:00
|
|
|
# Scrapy stuff:
|
|
|
|
.scrapy
|
|
|
|
|
2013-11-13 04:13:14 +11:00
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
2014-06-15 08:49:06 +02:00
|
|
|
|
|
|
|
# PyBuilder
|
|
|
|
target/
|
2015-12-13 13:40:01 -02:00
|
|
|
|
2016-10-26 12:48:53 -07:00
|
|
|
# Jupyter Notebook
|
2015-07-28 15:23:02 -05:00
|
|
|
.ipynb_checkpoints
|
2016-01-27 20:46:49 -02:00
|
|
|
|
2015-12-13 13:40:01 -02:00
|
|
|
# pyenv
|
|
|
|
.python-version
|
2016-01-27 20:46:49 -02:00
|
|
|
|
2016-02-25 12:27:21 +05:30
|
|
|
# celery beat schedule file
|
|
|
|
celerybeat-schedule
|
2016-03-07 11:51:09 +05:30
|
|
|
|
2017-02-19 23:52:08 -08:00
|
|
|
# SageMath parsed files
|
2017-02-19 21:43:08 -08:00
|
|
|
*.sage.py
|
|
|
|
|
2017-05-22 09:24:44 +00:00
|
|
|
# Environments
|
2016-02-28 19:57:21 +03:00
|
|
|
.env
|
2017-02-01 17:50:44 +01:00
|
|
|
.venv
|
2017-05-22 09:24:44 +00:00
|
|
|
env/
|
2016-03-10 17:51:16 +07:00
|
|
|
venv/
|
|
|
|
ENV/
|
|
|
|
|
2016-03-06 12:30:45 +01:00
|
|
|
# Spyder project settings
|
|
|
|
.spyderproject
|
2017-03-21 12:06:48 +11:00
|
|
|
.spyproject
|
2016-04-01 10:45:44 +02:00
|
|
|
|
|
|
|
# Rope project settings
|
|
|
|
.ropeproject
|
2017-03-31 09:53:22 +01:00
|
|
|
|
|
|
|
# mkdocs documentation
|
2017-04-01 08:38:52 +01:00
|
|
|
/site
|
2017-05-06 13:30:48 -07:00
|
|
|
|
|
|
|
# mypy
|
|
|
|
.mypy_cache/
|