# Rust build artifacts
/target

# Plugin runtime: downloaded LSP binary lives here (see development/SPEC.md)
/bin
# nuwiki-rs is cloned here during install fallback, not tracked
nuwiki-rs/

# Editor / OS noise
.DS_Store
*.swp
*.swo
.idea/
.vscode/

# Vim help tags (regenerated by :helptags)
doc/tags

# Claude Code local session artifacts
.claude/
