From 510493a045aaebe49aae92e70995431bca10d972 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Tue, 28 Jul 2026 03:16:00 +0300 Subject: chore: ignore superpowers generated files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `docs/superpowers/` is a Claude Code plugin-generated directory holding internal design specs and plans, not user documentation. `rolling` and `circinus` already carry this ignore block; `sagitta` was the only build branch still missing it. Guard only — the content itself was already removed in 3ab97e71 and abb8be5b. Block is byte-identical to the one on rolling. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 2c45e52f..83e7b781 100644 --- a/.gitignore +++ b/.gitignore @@ -27,5 +27,9 @@ __pycache__ .env .envrc +# superpowers generated files +.superpowers/ +docs/superpowers/ + # os specific .DS_Store -- cgit v1.2.3