e66b7d19f6
Update .gitignore (add .local/, remove stale spec entry). Remove TODO.md (moved to .local/done/). Remove docs/ISSUE_TEMPLATE.md (moved to .local/).
38 lines
316 B
Plaintext
38 lines
316 B
Plaintext
# Binary
|
|
nib
|
|
|
|
# Database
|
|
*.db
|
|
*.db-wal
|
|
*.db-shm
|
|
|
|
# nib data directory
|
|
.nib/
|
|
|
|
# IDE
|
|
.idea
|
|
.idea/
|
|
.vscode
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Shell/profile dotfiles (host artifacts)
|
|
.bash_profile
|
|
.bashrc
|
|
.profile
|
|
.zprofile
|
|
.zshrc
|
|
.gitconfig
|
|
.gitmodules
|
|
.ripgreprc
|
|
.mcp.json
|
|
|
|
# Local Documents
|
|
.local/
|