Skip to content

Commit 9e273b6

Browse files
committed
chore: untrack non-build files — personal config, audit docs, design plans
config/config.yaml was gitignored but still tracked, so personal config changes kept flowing into the repo; git rm --cached honours the existing intent. Audit reports/plans and historical design docs stay local but leave the repo. .gitignore extended for local tooling artifacts (.sota/, graphify-out/, .claude/agents|skills/). Files remain on disk and in git history; only HEAD is slimmed.
1 parent dd26cca commit 9e273b6

21 files changed

Lines changed: 14 additions & 11095 deletions

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,17 @@ venv/
1414
data/
1515
.worktrees/
1616
config/config.yaml
17+
18+
# Local tooling artifacts (not part of the build)
19+
.sota/
20+
graphify-out/
21+
.claude/agents/
22+
.claude/skills/
23+
24+
# Internal working docs (audits, design plans) — kept locally, not shipped
25+
audit-plans/
26+
audit-reports/
27+
AUDIT_FINDINGS.md
28+
docs/audit-report-*.md
29+
docs/plans/
30+
docs/superpowers/

AUDIT_FINDINGS.md

Lines changed: 0 additions & 180 deletions
This file was deleted.

0 commit comments

Comments
 (0)