# Byte-compiled / cache
__pycache__/
*.py[cod]

# Test / tooling caches
.pytest_cache/
.ruff_cache/
tests/unit/__pycache__

# Virtual environments
.venv/
venv/

# Local artifacts
*.db
*.sqlite
*.sqlite3
