__pycache__/
*.py[cod]
.venv
.pytest_cache/
.ruff_cache/
dist/
docs/
*.db
*.db-shm
*.db-wal
pytest.xml
pytest-coverage.txt
.coverage

# tbls (schema-only db + generated docs, embedded into README.md)
.tbls.db
.tbls.db-shm
.tbls.db-wal
.tbls-doc/
