7de76fa45d
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>
15 lines
213 B
Plaintext
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
|