From 3547543e8223de4a9a6d91dc3071db10e4ed372f Mon Sep 17 00:00:00 2001 From: Madhura68 Date: Mon, 27 Apr 2026 00:27:20 +0200 Subject: [PATCH] chore: ignore .Plans/ for per-developer plan files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plan files written by Claude Code/agents during planning sessions live in `.Plans/.md` at the repo root. They are local scratch — never shared, never committed. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index cd273fb..6bdfa09 100644 --- a/.gitignore +++ b/.gitignore @@ -51,6 +51,9 @@ next-env.d.ts # Claude Code local settings .claude/settings.local.json +# Local plan/scratch files (per-developer, not shared) +.Plans/ + # Editor .vscode/