From 0c0d92917473ffc38433c923cb28a5fdc0df2566 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