__pycache__/
*.py[cod]
*.egg-info/
.venv/
.ruff_cache/
dist/
build/
data/
*.db
*.db-wal
*.db-shm

# Test reports
.coverage
tests/reports/
