From 3c1decdcc6dd6f6d493a91f6cb74cbc1917e20b1 Mon Sep 17 00:00:00 2001 From: Joe DiPrima Date: Thu, 13 Aug 2026 02:42:38 -0500 Subject: [PATCH] gitignore: scratchpad landmine patterns (session handoffs, agent dumps, run outputs, binaries) -- the 6a744ef near-miss: a stray bulk git add pushed a handoff file carrying the gitea credential; history force-rewritten same minute (5cde991), server-side the orphan lingers until gc -- credential rotation recommended regardless --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index ee93dc9..2bdd6ed 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,13 @@ content/*.log content/matchlog_*.txt content/btl4.exe content/*.EGG + +# scratchpad: session working files -- NEVER bulk-add (the 2026-08-13 6a744ef +# incident: a stray `git add scratchpad` pushed a session handoff carrying the +# gitea credential). Bench .sh scripts are added INDIVIDUALLY by full path. +scratchpad/**/*.out +scratchpad/**/*.exe +scratchpad/**/*.dll +scratchpad/**/SESSION_HANDOFF*.md +scratchpad/**/AGENT_FINDINGS*.md +scratchpad/**/message*.txt