chore: ignore .Plans/ for per-developer plan files (#5)

Plan files written by Claude Code/agents during planning sessions
live in `.Plans/<descriptive-name>.md` at the repo root. They are
local scratch — never shared, never committed.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Janpeter Visser 2026-04-27 00:34:35 +02:00 committed by GitHub
parent 86a5397517
commit 743af199da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
.gitignore vendored
View file

@ -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/