.vim-bookmarks
# Rust-specific ignores
/target/
**/*.rs.bk
Cargo.lock

# Files specified by user
tree.txt
all.txt

# Common ignores for build systems and editors
*.o
*.so
*.dll
*.exe
*.out
*.log
*.bak
*.swp
*~

# IDE and editor files
.idea/
.vscode/
*.code-workspace

# macOS-specific
.DS_Store

# Documentation and other generated files
/doc/
*.md.bak
