2016-09-18 02:29:00 +03:00
|
|
|
# Created by https://www.gitignore.io
|
|
|
|
|
|
|
|
### Python ###
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
|
|
|
|
# C extensions
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Distribution / packaging
|
|
|
|
.Python
|
|
|
|
env/
|
2023-07-18 15:16:52 +03:00
|
|
|
.env/
|
2023-06-02 11:48:53 +03:00
|
|
|
venv/
|
|
|
|
.venv/
|
2016-09-18 02:29:00 +03:00
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
|
|
|
downloads/
|
|
|
|
eggs/
|
|
|
|
.eggs/
|
|
|
|
lib/
|
|
|
|
lib64/
|
|
|
|
parts/
|
|
|
|
sdist/
|
|
|
|
var/
|
|
|
|
*.egg-info/
|
|
|
|
.installed.cfg
|
|
|
|
*.egg
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
|
|
pip-delete-this-directory.txt
|
|
|
|
|
|
|
|
# Unit test / coverage reports
|
|
|
|
htmlcov/
|
|
|
|
.tox/
|
|
|
|
.coverage
|
|
|
|
.coverage.*
|
|
|
|
.cache
|
|
|
|
nosetests.xml
|
|
|
|
coverage.xml
|
|
|
|
*,cover
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
*.pot
|
|
|
|
|
|
|
|
# Django stuff:
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
|
|
|
|
|
|
|
# PyBuilder
|
|
|
|
target/
|
|
|
|
|
|
|
|
# PyCharm
|
|
|
|
.idea
|
|
|
|
|
|
|
|
# Databases
|
|
|
|
*.sqlite3
|
|
|
|
.vscode
|
2017-02-14 21:22:51 +03:00
|
|
|
|
|
|
|
# swap
|
|
|
|
[._]*.s[a-v][a-z]
|
|
|
|
[._]*.sw[a-p]
|
|
|
|
[._]s[a-v][a-z]
|
|
|
|
[._]sw[a-p]
|
|
|
|
# session
|
|
|
|
Session.vim
|
|
|
|
# temporary
|
|
|
|
.netrwhist
|
|
|
|
*~
|
|
|
|
# auto-generated tag files
|
|
|
|
tags
|
2018-05-07 02:22:34 +03:00
|
|
|
.tox/
|
|
|
|
.pytest_cache/
|
2023-05-24 15:58:50 +03:00
|
|
|
|
|
|
|
# pyenv
|
|
|
|
# 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
|