From f1335a54f09ca063ebb9e9bbc70804ab3499e7f3 Mon Sep 17 00:00:00 2001 From: Caleb Allen Date: Thu, 16 Apr 2026 11:38:09 -0400 Subject: [PATCH] chore: gitignore gsd-session-*.html dumps These are session exports that land at the repo root and should not be tracked. The .gsd directory is already ignored; this covers the stray HTML files produced alongside it. Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ffd1f0d..c50bb2b 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ trace-*.out # ── GSD baseline (auto-generated) ── .gsd +gsd-session-*.html .DS_Store Thumbs.db *.swp