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.
This commit is contained in:
David Snelling 2025-08-28 15:08:09 -07:00
parent 6565a33c8b
commit 55e4279b89

4
.gitignore vendored
View file

@ -46,6 +46,10 @@ tmp/
temp/
*.tmp
# Planning and instruction files
plan.md
CLAUDE.md
# Package files
*.tgz