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]
|
2015-04-28 14:41:00 -04:00
|
|
|
*$py.class
|
2012-04-12 15:21:38 -04:00
|
|
|
|
|
|
|
# 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
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
2014-02-19 09:46:17 -05:00
|
|
|
downloads/
|
2013-01-16 21:37:11 -05:00
|
|
|
eggs/
|
2015-02-02 16:46:23 -05:00
|
|
|
.eggs/
|
2013-01-16 21:37:11 -05:00
|
|
|
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
|
|
|
|
2014-02-22 01:22:15 -05:00
|
|
|
# PyInstaller
|
2014-08-15 07:16:24 -04:00
|
|
|
# Usually these files are written by a python script from a template
|
2014-02-22 01:22:15 -05:00
|
|
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
|
|
*.manifest
|
2014-02-22 04:48:38 -05:00
|
|
|
*.spec
|
2014-02-22 01:22:15 -05:00
|
|
|
|
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
|
2014-03-06 03:07:26 -05:00
|
|
|
htmlcov/
|
2013-01-16 21:37:11 -05:00
|
|
|
.tox/
|
2010-11-08 17:11:17 -05:00
|
|
|
.coverage
|
2015-02-12 05:17:44 -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
|
2015-03-16 10:37:24 -04:00
|
|
|
*,cover
|
2015-05-11 04:30:50 -04:00
|
|
|
.hypothesis/
|
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
|
2014-02-20 18:52:28 -05:00
|
|
|
*.pot
|
2013-11-13 08:32:07 -05:00
|
|
|
|
2013-11-12 00:57:54 -05:00
|
|
|
# Django stuff:
|
|
|
|
*.log
|
2015-10-02 08:27:59 -04:00
|
|
|
local_settings.py
|
2013-11-12 12:13:14 -05:00
|
|
|
|
2016-02-12 07:14:41 -05:00
|
|
|
# Flask instance folder
|
|
|
|
instance/
|
|
|
|
|
2015-06-05 11:43:20 -04:00
|
|
|
# Scrapy stuff:
|
|
|
|
.scrapy
|
|
|
|
|
2013-11-12 12:13:14 -05:00
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
2014-06-15 02:49:06 -04:00
|
|
|
|
|
|
|
# PyBuilder
|
|
|
|
target/
|
2015-12-13 10:40:01 -05:00
|
|
|
|
2016-02-12 06:06:03 -05:00
|
|
|
# IPython Notebook
|
2015-07-28 16:23:02 -04:00
|
|
|
.ipynb_checkpoints
|
2016-01-27 17:46:49 -05:00
|
|
|
|
2015-12-13 10:40:01 -05:00
|
|
|
# pyenv
|
|
|
|
.python-version
|
2016-01-27 17:46:49 -05:00
|
|
|
|
2016-02-28 11:57:21 -05:00
|
|
|
# dotenv
|
|
|
|
.env
|