From 87e8252accb764d8c306c78b42f1e69617ad8f0e Mon Sep 17 00:00:00 2001 From: Stephen Brannen Date: Wed, 8 Jul 2026 14:43:09 -0500 Subject: [PATCH] chore: ignore local tool artifacts Ignore .full-review*/ and .serena/ tool state, and keep docs/plans/ local per the planning-doc-placement rule. See kintsugi-platform PR #14860. Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 8064b42..adb6130 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,10 @@ htmlcov/ # Python version .python-version + +# Local agent/tool state (regenerated; not deliverables) +.full-review*/ +.serena/ + +# Planning docs kept local by default (see planning-doc-placement rule) +docs/plans/