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

# Node.js
node_modules/
dist/
package-lock.json

# NAPI-RS build artifacts
*.node
crates/zapcode-js/npm/

# Python
__pycache__/
*.pyc
.python-version

# Editor
*.swp
*.swo

# OS
.DS_Store

# Secrets
.env
