- React + MUI DataGrid app with faction filter, search, change filter - Biggest movers cards (drops/rises) scoped to current filter view - Historical points graph modal (5 MFM versions: 1.14 → current) - URL state sync (faction, dir, q params — shareable URLs) - Grimdark favicon + OG embed image (Google Imagen) - Multi-stage Dockerfile (node build → nginx serve) - docker-compose.yml with Traefik + Cloudflare TLS - Data pipeline: build_deduped_data.py merges PDF + live scrape - Ynnari merged into Aeldari (shared codex) - Mobile responsive: flex columns, no fixed pixel widths - Color semantics: green=cheaper, red=costlier (consistent everywhere) - 1,449 units across 31 factions
14 lines
226 B
Plaintext
14 lines
226 B
Plaintext
node_modules/
|
|
dist/
|
|
*.pyc
|
|
__pycache__/
|
|
.env
|
|
.DS_Store
|
|
*.log
|
|
# Don't commit the large live/pdf data directories — they're source data
|
|
live/
|
|
pdf/
|
|
pdf23/
|
|
pdf32/
|
|
pdf114/
|
|
# Keep the built data.json though (it's the merged output) |