Files
mmcghen 7de76fa45d Move soak output to soak/ folder with .gdignore
CSVs now write to soak/ instead of the project root. A .gdignore there
stops the Godot editor from importing CSV columns as translation files -
which had been silently generating 50+ .translation and .import files per
run. Only the .gdignore is tracked; the CSVs stay ignored. Root is clean.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-21 18:02:28 -04:00

15 lines
213 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
soak/*.translation