# Rust
target/
Cargo.lock

# WASM
www/pkg/
*.wasm

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db
desktop.ini

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Python
__pycache__/
*.py[cod]
*$py.class
.Python

# Temporary
*.tmp
*.temp
.cache/