From 204c333c731baee546155690b1f52cecc426fff8 Mon Sep 17 00:00:00 2001 From: fredamn76 Date: Tue, 18 Aug 2026 06:36:21 +0200 Subject: [PATCH] Ignore the .scratch working directory .scratch/ holds throwaway diagnostic scripts and captured fixtures from debugging sessions against the live instance --- including a 200 kB screenshot. None of it belongs in history, but it sat untracked in every `git status`, one `git add -A` away from being committed by accident. The files are left on disk; only the path is ignored. Co-Authored-By: Claude Opus 5 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0623cb6..e795df5 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ venv/ dist/ build/ .env +.scratch/