.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/

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

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