From 651eb993240164123067001c053c9e0b8d970459 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Fri, 21 Aug 2026 14:42:36 +0200 Subject: chore: gitignore .superpowers working artifacts Agent research reports, SDD ledgers and review packages, same local-only reasoning as docs/. Untracked but not ignored until now, so they showed up in every git status. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c8fb80b..f1c9899 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,7 @@ _opam/ # (not installed as a package), so this is the only Python artefact the # repo ever produces. tools/__pycache__/ + +# Superpowers/agent working artifacts: research reports, SDD ledgers and +# review packages. Local-only, same reasoning as docs/. +.superpowers/ -- cgit v1.3