26 lines
203 B
Text
26 lines
203 B
Text
|
# Project
|
||
|
.idea/
|
||
|
.vscode/
|
||
|
.venv/
|
||
|
.tests/
|
||
|
.env
|
||
|
venv/
|
||
|
|
||
|
# Cache
|
||
|
__pycache__/
|
||
|
*.py[cod]
|
||
|
.cache/
|
||
|
.ruff_cache/
|
||
|
.mypy_cache/
|
||
|
.pytest_cache/
|
||
|
.coverage/
|
||
|
|
||
|
# Build
|
||
|
env/
|
||
|
build/
|
||
|
_build/
|
||
|
dist/
|
||
|
site/
|
||
|
*.egg-info/
|
||
|
*.egg
|