# Git and local metadata
.git
.gitignore
.DS_Store
.agents
.vscode
.vercel
.gstack
.kilo
.firecrawl

# Environment and secrets
.env
.env.*
!.env.example
.neon

# Node.js and frontend build caches
node_modules
frontend/node_modules
frontend/dist
frontend/.vite

# Python/runtime artifacts
.venv
__pycache__
*.py[cod]
*.egg-info
.pytest_cache
.ruff_cache
.mypy_cache
.ipynb_checkpoints
.coverage
coverage.xml
htmlcov
dist
build
test-results

# Local/private project artifacts
.planning
PR.md
PRIVATE_LEARNING_PLAN.md
FINAL_REPORT.md
TODAY.md
clinical_demo.db
*.db
*.sqlite
*.sqlite3

# Large downloaded/generated data
data/pdfs/*.pdf
data/eval/results*.json

