# Dependencies
node_modules/
.venv/
__pycache__/
*.pyc

# Environment / secrets
.env
.env.local
.env.*.local
*.secret

# Editor
.vscode/settings.json
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Build artifacts
dist/
build/
*.egg-info/
# omnigraph binary downloaded by hatch_build.py — not committed
_bin/
# omnigraph cluster state (populated by `omnigraph cluster import`)
__cluster/

# MCP server logs / caches
.mcp-cache/
mcp-server.log
.ruff_cache/
