# IDEs and editors
.vscode/
*.swp
*.bak
*~
**/.idea/**
# Rust build artifacts
**/target/
**/Cargo.lock

# CMake build artifacts
**/build/

