# Rust build artifacts
/target/
**/*.rs.bk
*.pdb
# Cargo lock file (uncomment if this is an application)
# Cargo.lock
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Testing artifacts
*.profraw
*.profdata
# Debug files
debug/
*.dSYM/
# Environment files
.env
.env.local