Add STATUS.md to .gitignore for local project tracking

STATUS.md will track project state and next actions locally
without cluttering the repository history.

🤖 Generated with Claude Code (claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
dlond 2025-07-26 17:30:40 +12:00
parent 91514ba589
commit 6c4db28004
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -4,3 +4,6 @@ test.sh
nvim nvim
spell/ spell/
# Project status tracking (local only)
STATUS.md