# Python generated artifacts
__pycache__/
*.py[cod]
*.pyo
.venv/
.ruff_cache/

# SQLite database (runtime data)
data/daemon.db
data/*.db
data/*.db-shm
data/*.db-wal

# Runtime data store (raw artifacts, registry cache)
data/store/

# uv lock (keep uv.lock, ignore cache)
.uv/

# Test artifacts
.pytest_cache/
htmlcov/
.coverage
