/target

# Rust build directory
target/

# Intermediate files and build artifacts
**/*.rs.bk
**/*.rlib
*.lock

# Cargo files
Cargo.lock
**/Cargo.lock

# Generated files by `cargo`
/debug/
/release/

# IDE specific files
.idea/
.vscode/
*.iml

# Specific editor temporary files
*.swp
*.swo
*.bak
*.tmp
*~

# Binary output
*.exe
*.out
*.o
*.so
*.dylib
*.dll
*.rlib

# Profiling data
*.profraw
*.gcda