__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
.env
.env.local
*.db
*.db-journal
*.db-wal
*.db-shm
*.bak
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
dist/
build/
*.egg-info/
.idea/
.vscode/

# Local config (copy the .example templates to these)
accounts.yaml
