# Large stray artifact — not referenced by any code in hive/ (~257 MB)
ruvector.db

# Runtime SQLite stores (regenerated by init_db / live state)
*.db

# Python bytecode + caches
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/

# Build / packaging artifacts (regenerated by `python -m build` / npm)
dist/
build/
node_modules/

# Tooling output (regenerated)
graphify-out/

# Local fastembed / HuggingFace model cache, if any lands in-tree
.fastembed_cache/

# Local-only editor / agent settings
.claude/settings.local.json
