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 4b90be7beb
commit 0c0d929174

4
.gitignore vendored
View file

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