# deps / builds node_modules/ .next/ dist/ .turbo/ *.tsbuildinfo # env & secrets — never commit (infra/.env.example is the template) .env .env.* !.env.example # raw data is immutable and fetched by script — never committed (CLAUDE.md §5) data/raw/* !data/raw/.gitkeep # derived data: only manifests are committed, not payloads data/derived/**/*.csv data/derived/**/*.parquet data/derived/**/*.jsonl !data/derived/**/manifest.json # python (apps/etl) __pycache__/ .venv/ *.egg-info/ .pytest_cache/ .ruff_cache/ # misc .DS_Store coverage/ playwright-report/