From 59dd61b446319696099619709ca3bcd7902a7f08 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 16 Jul 2026 09:11:09 -0500 Subject: chore: ignore the screenshot the gallery probes emit probe-fams.mjs writes fams.png into the test directory on every run, so it sat untracked and one `git add -A` from being committed. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 83bd6a3..bf15571 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,6 @@ __pycache__/ # Claude Code per-project tooling (swept 2026-07-01) /CLAUDE.md /AGENTS.md + +# Screenshot the gallery probes emit on every run +/tests/gallery-probes/fams.png -- cgit v1.2.3