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>
25 lines
245 B
Text
25 lines
245 B
Text
# OS files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Neovim runtime files
|
|
.cache/
|
|
.local/
|
|
*.tmp
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Plugin artifacts
|
|
lazy-lock.json
|
|
.luarc.json
|
|
|
|
# Development artifacts
|
|
*.disabled
|
|
todo.md
|
|
CLAUDE.md
|