# Dependencies
node_modules/

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

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Coverage directory used by tools like istanbul
coverage/

# nyc test coverage
.nyc_output

# Grunt intermediate storage
.grunt

# Bower dependency directory
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons
build/Release

# Dependency directories
node_modules/
jspm_packages/

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# Temporary files
.paper-electron.js
.DS_Store
*.swp
*.swo
*~

# IDE
.vscode/
.idea/
*.iml

# Test files (optional, uncomment if you don't want to include tests)
# test/
# tests/

# Local examples (optional)
# examples/
.plan/
.DS_Store
*.log


# Added by cargo

/target
