From 3841753187b0ddc331f125c28a07a29a04e12c5f Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 26 May 2026 18:37:19 +0000 Subject: [PATCH] Ignore local screenshot artifacts in repo root Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5a92f68..fd238d1 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,6 @@ target # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ .claude + +# Local screenshots / scratch artifacts +/Screenshot*.png