# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# Dependencies
node_modules
.pnp
.pnp.js

# Local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# Testing
coverage

# Turbo
.turbo

# Vercel
.vercel

# Build Outputs
.next/
out/
build
dist


# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Python
__pycache__/
*.pyc
.pytest_cache/

# Misc
.DS_Store
*.pem
.claude/

# ANES raw microdata — research-use license prohibits redistribution.
# The ingestion script reads these files locally; only derived,
# anonymized JSONL lands in benchmark_results/interview_seeds_pool.jsonl
# (which IS committed). See scripts/ingest_anes.py.
anes_*_raw/
anes_2020_raw/
*.dta
anes_timeseries_*.csv
anes_timeseries_*.pdf
