From 3e00a620d1988856c78bc1307193b205a83d46c2 Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 17 Jun 2026 21:10:30 -0400 Subject: [PATCH] chore(gitignore): update ai agent ignore patterns --- .gitattributes | 0 .gitignore | 13 +++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e69de29 diff --git a/.gitignore b/.gitignore index 0d2e13e..e2b1899 100644 --- a/.gitignore +++ b/.gitignore @@ -255,3 +255,16 @@ pyrightconfig.json .[Rr][Ee][Mm][Ee][Mm][Bb][Ee][Rr] # ────────────────────────────────────────────────────────────── + +# ──────────────── Added by agents-init ────────────────── +# agents-init --agents +AGENTS/ +# ──────────────────────────────────────────────────────── + +# ──────────────── Added by agents-init ────────────────── +# agents-init --plugins +docs/superpowers +docs/plans +docs/specs +docs/devlogs +# ────────────────────────────────────────────────────────