From 8b5795d4c789846ec0c403e627feb088bdaac0b2 Mon Sep 17 00:00:00 2001 From: Jaro-c <75870284+Jaro-c@users.noreply.github.com> Date: Sun, 21 Jun 2026 21:36:45 -0500 Subject: [PATCH] Ignore agent/AI-tool artifacts (zero AI trace) The synced .claude/ agent symlinks and agent-tool scratch (.playwright-mcp/ etc.) were protected only by a machine-global gitignore, so a clone or CI without it could commit them and leak an AI trace. Ignoring them in-repo makes the protection portable; the private ai-context repo is the only place these belong. --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 140394d..9430bd1 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,12 @@ fuzz/artifacts/ # Build artifacts /target + +# Agent / AI-tool artifacts — never commit (zero AI trace). +.claude/ +.agents/ +.cursor/ +.aider* +.continue/ +.playwright-mcp/ +**/*-mcp/