# Rust
/target
**/*.rs.bk

# Node
node_modules/
dist/
.vite/
*.local

# Environment
.env
.env.*

# Editor / OS
.DS_Store
.idea/
.vscode/
*.swp
