← back to Wallco Ai
gitignore: exclude data/elements (6GB), data/rooms (141MB), seam-fix, yolo-findings, edges-scan-* and counter — all regeneratable artifacts
3190409ce9bb97e65130a19c8ce5135059cabaf5 · 2026-05-26 08:20:14 -0700 · Steve Abrams
Files touched
Diff
commit 3190409ce9bb97e65130a19c8ce5135059cabaf5
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Tue May 26 08:20:14 2026 -0700
gitignore: exclude data/elements (6GB), data/rooms (141MB), seam-fix, yolo-findings, edges-scan-* and counter — all regeneratable artifacts
---
.gitignore | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.gitignore b/.gitignore
index f8dd984..c7d5930 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,16 @@ data/fuzzy-classifier.jsonl
data/library-cache.json
data/cactus-murals/
data/designs.json
+# elements skill bake artifacts (motif + ref512 PNGs per design — 6GB+, regeneratable)
+data/elements/
+# room visualization renders (regeneratable from designs)
+data/rooms/
+public/uploads/rooms/
+# seam-fix worker output
+data/seam-fix/
+# yolo loop findings (per-day journal, regeneratable)
+data/yolo-findings/
+data/logs/yolo-tick-counter
+# daily edges-scan exports (regenerated each scan)
+data/edges-scan-*.tsv
+data/edges-published-fails-*.txt
← e30db7d mid-heal-preview: $0 SDXL grid-leak fix sample preview
·
back to Wallco Ai
·
mid_seam_heal.py — $0 production fix for SDXL latent-grid le 02f91e6 →