diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-21 14:42:36 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-21 14:42:36 +0200 |
| commit | 651eb993240164123067001c053c9e0b8d970459 (patch) | |
| tree | 077a85039aa2727dddabb873b5e24c701686763b | |
| parent | 12b97761019cfa02ca0da8a5fb50ef815d07685c (diff) | |
| download | colitur-651eb993240164123067001c053c9e0b8d970459.tar.gz colitur-651eb993240164123067001c053c9e0b8d970459.zip | |
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.
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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/ |
