# Standard Rust exclusions 
/target/ 
**/*.rs.bk 
**/*.log 
**/*.tmp 
*.swp 
*.lock 
/Cargo.lock

# Specific excludes for your project 
/node_modules? 
/dist/ 
/build/ 
