From d0457811191f40b72009b613e21522f4bf289d05 Mon Sep 17 00:00:00 2001 From: funman300 Date: Thu, 11 Jun 2026 15:12:18 -0700 Subject: [PATCH] chore: gitignore .claude-flow scratch dirs A claude-flow tool run left solitaire_engine/src/.claude-flow/. Ignore .claude-flow/ anywhere in the tree, matching the existing agent-tooling artifact rules. Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index fb255d1..4d000c1 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,8 @@ deploy/*-auth-secret.yaml /.agents/ /.codex/ /AGENTS.md +# claude-flow scratch dirs, anywhere in the tree (e.g. solitaire_engine/src/) +.claude-flow/ # Local token-saving helper scripts (peek/cargoclip/testfail/diffclip/etc.) — # inspection-only Go tools, not committed. Tracked scripts/*.sh and *.md stay.