# IDE
.idea/
*.iml

# Vim
*.*.swp
*.*.swo

# Build
target
dist
**/*.rs.bk
node_modules
.DS_Store
yarn-error.log
.vscode/settings.json

# tests/js/test.js is used for testing changes locally
tests/js/test.js
