2015-08-28 11:44:04 +03:00
# Byte-compiled / optimized / DLL files
__pycache__/
2014-03-15 08:50:51 +04:00
*.py[cod]
2015-08-28 11:44:04 +03:00
*$py.class
2014-03-15 08:50:51 +04:00
# C extensions
*.so
2015-08-28 11:44:04 +03:00
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
2017-03-15 15:30:00 +03:00
wheels/
2019-12-20 02:04:12 +03:00
pip-wheel-metadata/
share/python-wheels/
2015-08-28 11:44:04 +03:00
*.egg-info/
2014-03-15 08:50:51 +04:00
.installed.cfg
2015-08-28 11:44:04 +03:00
*.egg
2018-11-04 01:06:09 +03:00
MANIFEST
2015-08-28 11:44:04 +03:00
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
2014-03-15 08:50:51 +04:00
# Installer logs
pip-log.txt
2015-08-28 11:44:04 +03:00
pip-delete-this-directory.txt
2014-03-15 08:50:51 +04:00
# Unit test / coverage reports
2015-08-28 11:44:04 +03:00
htmlcov/
.tox/
2018-11-04 01:06:09 +03:00
.nox/
2014-03-15 08:50:51 +04:00
.coverage
2015-08-28 11:44:04 +03:00
.coverage.*
.cache
2014-03-15 08:50:51 +04:00
nosetests.xml
2015-08-28 11:44:04 +03:00
coverage.xml
2018-11-04 01:06:09 +03:00
*.cover
2019-12-20 02:04:12 +03:00
*.py,cover
2017-03-15 15:30:00 +03:00
.hypothesis/
2018-11-04 01:06:09 +03:00
.pytest_cache/
2014-03-15 08:50:51 +04:00
# Translations
*.mo
2015-08-28 11:44:04 +03:00
*.pot
# Django stuff:
*.log
2017-03-15 15:30:00 +03:00
local_settings.py
2018-11-04 01:06:09 +03:00
db.sqlite3
2019-12-20 02:04:12 +03:00
db.sqlite3-journal
2017-03-15 15:30:00 +03:00
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
2015-08-28 11:44:04 +03:00
# Sphinx documentation
docs/_build/
2014-03-15 08:50:51 +04:00
2015-08-28 11:44:04 +03:00
# PyBuilder
target/
2017-03-15 15:30:00 +03:00
# Jupyter Notebook
.ipynb_checkpoints
2018-11-04 01:06:09 +03:00
# IPython
profile_default/
ipython_config.py
2017-03-15 15:30:00 +03:00
# pyenv
.python-version
2019-12-20 02:04:12 +03:00
# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/
# Celery stuff
2017-03-15 15:30:00 +03:00
celerybeat-schedule
2019-12-20 02:04:12 +03:00
celerybeat.pid
2017-03-15 15:30:00 +03:00
# SageMath parsed files
*.sage.py
2018-11-04 01:06:09 +03:00
# Environments
2017-03-15 15:30:00 +03:00
.env
.venv
2018-11-04 01:06:09 +03:00
env/
2017-03-15 15:30:00 +03:00
venv/
ENV/
2018-11-04 01:06:09 +03:00
env.bak/
venv.bak/
2017-03-15 15:30:00 +03:00
# Spyder project settings
.spyderproject
2018-11-04 01:06:09 +03:00
.spyproject
2017-03-15 15:30:00 +03:00
# Rope project settings
.ropeproject
2018-11-04 01:06:09 +03:00
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/