From a232148e9c8cc5d1b1fe37856d8c486e923ba255 Mon Sep 17 00:00:00 2001 From: rootiest Date: Mon, 27 Apr 2026 14:35:42 -0400 Subject: [PATCH] chore: update ignore rules Include AGENTS.md, which will function as a "master" reference for both AI agents. --- .chezmoiignore | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.chezmoiignore b/.chezmoiignore index ff18e03..16bfeb0 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -1,5 +1,6 @@ CLAUDE.md GEMINI.md +AGENTS.md README.md .gitignore .claude* diff --git a/.gitignore b/.gitignore index bc9f494..9fcb59c 100644 --- a/.gitignore +++ b/.gitignore @@ -69,3 +69,4 @@ src/ .claude* CLAUDE.md GEMINI.md +AGENTS.md