From 06f0c2032dc4e21a01f0d34b99829393acd0d17e Mon Sep 17 00:00:00 2001 From: AJ Isaacs Date: Sat, 1 Aug 2026 08:24:47 -0400 Subject: [PATCH] chore: ignore .superpowers/ SDD scratch workspace directory Keeps subagent-driven-development's per-plan ledger/briefs/reports out of version control. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 74a780c..a20f77c 100644 --- a/.gitignore +++ b/.gitignore @@ -247,4 +247,7 @@ ModelManifest.xml # AlroCatalog scraper output scripts/AlroCatalog/__pycache__/ scripts/AlroCatalog/pdfs/ -scripts/AlroCatalog/screenshots/ \ No newline at end of file +scripts/AlroCatalog/screenshots/ + +# Superpowers subagent-driven-development scratch workspace +.superpowers/ \ No newline at end of file