# Rust build
/target/
Cargo.lock

# macOS system
.DS_Store

# IDEs
.idea/
.vscode/

# CSV test data
*.csv

# Executables
*.exe
*.bin
*.out

