| # Session artifacts | |
| *MORNING-BRIEF*.md | |
| *OVERNIGHT*.md | |
| *COMMS-OVERNIGHT*.md | |
| CODE-MORNING-BRIEF*.md | |
| MONDAY.md | |
| docs/sessions/ | |
| __pycache__/ | |
| *.py[cod] | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| .venv/ | |
| .env | |
| .DS_Store | |
| outputs/ | |
| node_modules/ | |
| *.tmp | |
| *.log | |
| .ruff_cache/ | |
| .pytest_cache/ | |
| .ipynb_checkpoints/ | |
| # Claude Code context (per-machine, not for the public repo) | |
| CLAUDE.md | |
| CLAUDE.local.md | |
| .claude/ | |
| # legacy / intermediate Prithvi artifacts (not shipped) | |
| data/hls_stack_*.tif | |
| data/prithvi_runs/ | |
| data/*.legacy_* | |
| web/svelte/node_modules/ | |
| web/sveltekit/node_modules/ | |
| web/sveltekit/.svelte-kit/ | |
| web/sveltekit/build/ | |
| # Experiments — cached HF model downloads, training artifacts, intermediate | |
| # fixtures. RESULTS.md, NOTES.md, and source code stay tracked. | |
| experiments/**/.cache/ | |
| experiments/**/restore/ | |
| experiments/**/publish/ | |
| experiments/**/*.tif | |
| experiments/**/*.png | |
| experiments/**/*.jpg | |
| experiments/**/*.parquet | |
| experiments/**/*.npy | |
| pitch/screenshots-*/ | |
| # Marp deck render artefacts (regenerable via `make` in slides/) | |
| slides/deck.pdf | |
| slides/deck.html | |
| slides/deck.pptx | |
| # Session artifacts | |
| /tmp/riprap-* | |
| .deploy-state | |
| *.bak | |
| *.swp | |
| *.swo | |
| .playwright-mcp/ | |
| # Demo recordings (large; not committed) | |
| assets/video/ | |
| # Local env overlays | |
| .env.local | |
| *.local.env | |
| # Sensitive | |
| AMD_TOKEN | |