__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.venv/
*.egg-info/
build/
dist/

.env
.env.*
!.env.example

.coverage
htmlcov/
.logs/
.runtime/

node_modules/
.svelte-kit/

*.sqlite3
*.db
