__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
dist/
build/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/
.pytest_cache/
*.sqlite
*.sqlite-*
# ...except the committed per-version migration fixtures (kept forever)
!tests/fixtures/db/**/*.sqlite
node_modules/
