__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
*.egg
MANIFEST
.eggs/
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover

# Runtime artifacts
*.db
audit.db

# staged at build time from schemas/ (see .github/workflows/docs.yml)
docs/schemas/
