# OS
.DS_Store

# Environment files
.env
.env*.local
client-api/.env

# Dependencies
node_modules/

# Python
__pycache__/
*.pyc
*.pyo

# Vercel
.vercel

# Planning artifacts
.planning/
.CLAUDE.md

# AI tooling configs (local only)
.mcp.json
.codex/
CLAUDE_FIX.md

# Spider evaluation data — downloaded by download_spider1.py / download_spider2.py.
# Never commit these: Spider 1.0 databases ~150MB, Spider 2.0 databases ~435MB.
# Every teammate runs the relevant download script once on their own machine.
client-api/tests/sql-query-generation/spider1/
client-api/tests/sql-query-generation/spider2-lite/
client-api/tests/sql-query-generation/eval_results_*.json
client-api/tests/sql-query-generation/evaluation-results/

# MCP virtual environment
mcp/.venv/

.planning/
.claude/
deleted_code*