From 9089ea66ff877f91856d3bf09b42682a4339bcee Mon Sep 17 00:00:00 2001 From: Jaro-c <75870284+Jaro-c@users.noreply.github.com> Date: Sun, 21 Jun 2026 21:36:14 -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(+) mode change 100644 => 100755 .gitignore diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index ee53c73..daa4671 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,12 @@ Thumbs.db # authcore managed key directory — never commit cryptographic keys .authcore/ + +# Agent / AI-tool artifacts — never commit (zero AI trace). +.claude/ +.agents/ +.cursor/ +.aider* +.continue/ +.playwright-mcp/ +**/*-mcp/