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
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/
2020-09-02 19:57:08 +03:00
cover/
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
2020-09-02 19:57:08 +03:00
.pybuilder/
2015-08-28 11:44:04 +03:00
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
2020-09-02 19:57:08 +03:00
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version
2017-03-15 15:30:00 +03:00
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
2024-12-09 03:35:40 +03:00
# UV
# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
#uv.lock
2021-12-12 03:25:18 +03:00
# poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock
2022-04-17 03:10:24 +03:00
# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# in version control.
2024-05-13 03:26:15 +03:00
# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
2022-04-17 03:10:24 +03:00
.pdm.toml
2024-05-13 03:26:15 +03:00
.pdm-python
.pdm-build/
2022-04-17 03:10:24 +03:00
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
2019-12-20 02:04:12 +03:00
__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/
2020-09-02 19:57:08 +03:00
# pytype static type analyzer
.pytype/
# Cython debug symbols
cython_debug/
2021-12-05 03:25:15 +03:00
# PyCharm
2022-02-20 03:16:03 +03:00
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
2021-12-12 03:25:18 +03:00
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
2021-12-05 03:25:15 +03:00
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/