From 55e4279b895699d1848d131371509845156956b4 Mon Sep 17 00:00:00 2001 From: David Snelling Date: Thu, 28 Aug 2025 15:08:09 -0700 Subject: [PATCH] chore: add plan.md and CLAUDE.md to gitignore Prevent planning and instruction files from being committed to the repository. These files are for development workflow only and should not be tracked. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index ea3dcba5..aeaef88d 100644 --- a/.gitignore +++ b/.gitignore @@ -46,6 +46,10 @@ tmp/ temp/ *.tmp +# Planning and instruction files +plan.md +CLAUDE.md + # Package files *.tgz