nvim/.gitignore
Dane Sabo e1915f2d7b Add .gitignore; untrack nvim_venv, Session.vim from repo
nvim_venv was a 390 MB macOS Python venv — platform-specific and
should never have been committed. Session.vim is transient workspace
state. Both are now gitignored along with .DS_Store artifacts.
2026-05-20 11:07:41 -04:00

12 lines
165 B
Plaintext

# macOS
.DS_Store
# Python virtual environment (platform-specific, never commit)
nvim_venv/
# Session state
Session.vim
# Claude Code local settings
lua/.claude/