# 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
# Local Claude Code state stays ignored, but PROJECT SKILLS are shared
# repo content — .claude/skills/ must be tracked or a skill silently
# never ships (git add -A skips ignored paths without a word; the
# update-api-docs skill was lost to exactly that).
.claude/*
!.claude/skills/

# 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

# MatrAIx Persona 8B working clone (Phase 0, BUILDPLAN_MATRAIX.md).
# Never committed: 69M and carries human-grounded persona records whose
# upstream terms are unresolved (see docs/LEGAL_NOTES_MATRAIX.md).
# Only the schema definition files are vendored, under
# apps/api/persona_bridge/schema/vendor/ (anchored with a leading slash —
# a bare `vendor/` also matches that nested path and would silently
# un-commit the one artifact Phase 0.4 requires).
/vendor/

# Persona 1M parquet pull (fetch_p8b.py). Not committed: dataset-card
# license unverified, and human-grounded rows are offline-only.
apps/api/persona_bridge/data/p8b/
