Remove CLAUDE.md from version control

CLAUDE.md contains project-specific instructions but should not be
tracked in git as it can vary between working copies. Added to
.gitignore to prevent accidental commits while keeping it locally
available for reference.

Fixes #25

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
dlond 2025-08-27 14:18:07 +12:00 committed by Daniel Lond
parent f7e21a4a2a
commit cdedb7f54c
2 changed files with 1 additions and 138 deletions

1
.gitignore vendored
View file

@ -22,3 +22,4 @@ lazy-lock.json
# Development artifacts
*.disabled
todo.md
CLAUDE.md