From 16527cb509923b47ea751eabb22b543340886a23 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Wed, 6 May 2026 10:16:00 -0400 Subject: [PATCH] chore: gitignore .claude/ and .remember/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Workspace flatten brought these operator-scoped state dirs (Claude Code per-machine settings and remember-skill memory artifacts) into the repo's working tree. Neither belongs in git — the canonical project memory lives under ~/.claude/projects/ outside the repo. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index f680b66b..6cf722a0 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,12 @@ go.work.sum # canonical record lives in commit messages and the running code). docs/superpowers/ +# Per-machine Claude Code settings + remember-skill memory artifacts. +# Both are operator-scoped; the canonical project memory lives under +# ~/.claude/projects/ outside the repo. +.claude/ +.remember/ + # Flutter flutter_client/.dart_tool/ flutter_client/.flutter-plugins