spb/airiskindex Public
The most methodologically rigorous, fully transparent AI job-exposure index.
TypeScript 88%
Python 6.1%
SQL 2.7%
CSS 1.2%
JavaScript 0.9%
Shell 0.8%
1# deps / builds2node_modules/3.next/4dist/5.turbo/6*.tsbuildinfo78# env & secrets — never commit (infra/.env.example is the template)9.env10.env.*11!.env.example1213# raw data is immutable and fetched by script — never committed (CLAUDE.md §5)14data/raw/*15!data/raw/.gitkeep1617# derived data: only manifests are committed, not payloads18data/derived/**/*.csv19data/derived/**/*.parquet20data/derived/**/*.jsonl21!data/derived/**/manifest.json2223# python (apps/etl)24__pycache__/25.venv/26*.egg-info/27.pytest_cache/28.ruff_cache/2930# misc31.DS_Store32coverage/33playwright-report/34