.git
.gitignore
.env
.env.*
!.env.example
.venv
**/__pycache__
**/*.py[cod]
.pytest_cache
.ruff_cache
.mypy_cache
.coverage
htmlcov
.runtime
.logs
node_modules
.svelte-kit
build
dist
*.egg-info
*.sqlite3
*.db
tests
docs
