# Dependencies
node_modules/
__pycache__/
*.pyc
.venv/
venv/

# Build outputs
dist/
cdk.out/
.next/
*.js.map
*.d.ts

# Lambda build artifacts
infra/lambda/api/dist/
infra/lambda/judge/dist/

# SDK build
sdk/evalytic.egg-info/
sdk/dist/
sdk/build/

# Samples build/output
samples/shoplens/shoplens.egg-info/
samples/shoplens/results.json
samples/dogfood/output/
samples/dogfood/.venv-dogfood/

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

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

# Secrets
.secrets

# AWS
.aws-sam/

# Bench working files (prompts, scratch)
bench-*.json
!bench-report.json
sdk/consensus-prompts.json
sdk/landing-bench.json

# Claude Code
.claude/
