From 68dc632f3ca476e0716064813860bb6075fe41ec Mon Sep 17 00:00:00 2001 From: SyniRon <66834451+SyniRon@users.noreply.github.com> Date: Sat, 16 May 2026 12:37:34 -0400 Subject: [PATCH] chore: gitignore Claude Code local working files Ignore .claude/, docs/superpowers/, and CLAUDE.md so personal filesystem paths and AI-assisted dev working notes don't leak into the repo. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b26ccb3..4f38dc4 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,9 @@ out/ # don't accidentally publish the binary api -docker-compose.yaml \ No newline at end of file +docker-compose.yaml + +# Claude Code local working files +.claude/ +docs/superpowers/ +CLAUDE.md \ No newline at end of file