# Vim swap files
.*.swp
# Build artifacts
target/
debug/
# Cargo lock file (for binary crates, it's common to include this)
# Cargo.lock
# Backup files
**/*.rs.bk
*.bk
# IDE files
.idea/
.vscode/
*.iml
# macOS
.DS_Store
# Cargo timings
cargo-timing-*.html
cargo-timing.html