*/__pycache__/
*.pyc
*.pyo

# Node
node_modules/
dist/

# Environment
.env
.env.local
.env.*.local

# OS
.DS_Store

# SvelteKit build
.svelte-kit/
frontend/build/

# IDE — may contain API keys / secrets
.cursor/mcp.json

# Build artifacts
hypergraph_memory.egg-info/
.coverage
