3512b46235
The soak_*.csv debug outputs are regenerated every run and were churning thousands of lines per commit (npc_days.csv alone is 730KB, fully overwritten each run). Findings live curated in FINDINGS.md, so the raw CSVs and their Godot .import metadata don't belong in history. Ignored going forward; files stay on disk so runs are unaffected. Also tracks the SpatialGrid script UID. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
14 lines
194 B
Plaintext
14 lines
194 B
Plaintext
# Godot
|
|
.godot/
|
|
*.translation
|
|
export_presets.cfg
|
|
|
|
# .NET
|
|
bin/
|
|
obj/
|
|
*.csproj.user
|
|
|
|
# Soak-test outputs — regenerated every run; findings are curated in FINDINGS.md
|
|
soak_*.csv
|
|
soak_*.csv.import
|