.DS_Store
.venv/
.tmp-wheel-venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
*.egg-info/
dist/
build/
benchmarks/results/*
!benchmarks/results/.gitkeep
!benchmarks/results/README.md

# CodeGraph local index and generated agent rules
.codegraph/
.cursor/
.agents/
.claude/
agent/
skills-lock.json
.superpowers/


# Node / frontend
node_modules/
.next/
*.tsbuildinfo
.vercel/
web/frontend/.env*.local

# Python backend
web/backend/.env
web/backend/.venv/
dev.db
*.db
