Build artifacts got committed before gitignore rules existed.
Removes from git index (working-tree files unchanged):
- src/simulator/target/ (65,283 files, ~25GB)
- magic_civ_physics/*.{so,dylib} (wrong-arch confusion risk)
- tools/sprite-generation/*.db* (host-local SQLite)
- .playwright-mcp/ (per-session test snapshots)
- *.pyc files (Python bytecode)
Adds gitignore rules for .playwright-mcp/, *.pyc, and sprite-gen *.db*
so re-adds don't happen.
Each host builds its own target/ and .so/.dylib going forward.
|
||
|---|---|---|
| .. | ||
| schemas/autoplay | ||
| sprite-generation | ||
| add-encyclopedia-metadata.mjs | ||
| ai-arena.sh | ||
| autoplay-batch.sh | ||
| autoplay-report.py | ||
| autoplay-result-schema.json | ||
| autoplay-validate.py | ||
| checklist-report.py | ||
| climate-diag.ts | ||
| composite-arena.py | ||
| detect-primary-monitor.py | ||
| e2e-determinism-check.sh | ||
| ecology-report.sh | ||
| gen-fallback-sprites.py | ||
| grab-screen.py | ||
| multi-difficulty-batch.sh | ||
| population_sim.py | ||
| screenshot.sh | ||
| validate-ecology-data.py | ||
| validate-game-data.py | ||
| validate-schemas.py | ||