2023-04-25 18:09:04 +02:00
|
|
|
/target
|
|
|
|
|
2023-04-21 21:18:12 +02:00
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
2023-04-25 18:09:04 +02:00
|
|
|
.pytest_cache/
|
2023-04-21 21:18:12 +02:00
|
|
|
*.py[cod]
|
|
|
|
|
|
|
|
# C extensions
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Distribution / packaging
|
|
|
|
.Python
|
2023-04-25 18:09:04 +02:00
|
|
|
.venv/
|
|
|
|
env/
|
|
|
|
bin/
|
2023-04-21 21:18:12 +02:00
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
|
|
|
eggs/
|
|
|
|
lib/
|
|
|
|
lib64/
|
|
|
|
parts/
|
|
|
|
sdist/
|
|
|
|
var/
|
2023-04-25 18:09:04 +02:00
|
|
|
include/
|
|
|
|
man/
|
|
|
|
venv/
|
2023-04-21 21:18:12 +02:00
|
|
|
*.egg-info/
|
|
|
|
.installed.cfg
|
|
|
|
*.egg
|
|
|
|
|
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
|
|
pip-delete-this-directory.txt
|
2023-04-25 18:09:04 +02:00
|
|
|
pip-selfcheck.json
|
2023-04-21 21:18:12 +02:00
|
|
|
|
|
|
|
# Unit test / coverage reports
|
|
|
|
htmlcov/
|
|
|
|
.tox/
|
|
|
|
.coverage
|
|
|
|
.cache
|
|
|
|
nosetests.xml
|
|
|
|
coverage.xml
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
2023-04-25 18:09:04 +02:00
|
|
|
|
|
|
|
# Mr Developer
|
|
|
|
.mr.developer.cfg
|
|
|
|
.project
|
|
|
|
.pydevproject
|
|
|
|
|
|
|
|
# Rope
|
|
|
|
.ropeproject
|
2023-04-21 21:18:12 +02:00
|
|
|
|
|
|
|
# Django stuff:
|
|
|
|
*.log
|
2023-04-25 18:09:04 +02:00
|
|
|
*.pot
|
2023-04-21 21:18:12 +02:00
|
|
|
|
2023-04-25 18:09:04 +02:00
|
|
|
.DS_Store
|
2023-04-21 21:18:12 +02:00
|
|
|
|
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
|
|
|
|
|
|
|
# PyCharm
|
2023-04-25 18:09:04 +02:00
|
|
|
.idea/
|
|
|
|
|
|
|
|
# VSCode
|
|
|
|
.vscode/
|
2023-04-21 21:18:12 +02:00
|
|
|
|
2023-04-25 18:09:04 +02:00
|
|
|
# Pyenv
|
|
|
|
.python-version
|