From 9e3c6b06b075b997fe3a4eee32e8c50977dc05b1 Mon Sep 17 00:00:00 2001 From: funman300 Date: Wed, 10 Jun 2026 21:17:04 -0700 Subject: [PATCH] chore: gitignore local agent-tooling artifacts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Keep Codex / claude-flow scaffolding (.agents/, .codex/, AGENTS.md) out of the repo — these are locally generated and not project sources. Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 1cf071f..7d6486b 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,8 @@ solitaire_server/e2e/test-results/ deploy/matomo-secret.yaml deploy/*-secret.yaml deploy/*-auth-secret.yaml + +# Local agent-tooling artifacts (Codex / claude-flow) — keep out of the repo +/.agents/ +/.codex/ +/AGENTS.md