# Dependencies
node_modules/
npm-debug.log
yarn-debug.log
yarn-error.log
package-lock.json
yarn.lock

# Build output
/dist/
/build/
/out/
/.output/

# Environment variables
.env
.env.local
.env.*.local

# IDE and editor files
.idea/
.vscode/
*.sublime-project
*.sublime-workspace
.DS_Store

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

# Testing
/coverage/
/.nyc_output/

# Misc
.cache/
.temp/
.tmp/
tmp/
temp/

# Debug
.debugger/

# HBuilder specific
unpackage/
unpackage/debug/
unpackage/release/

# uni-app specific
.hbuilderx/launch.json

# System Files
.DS_Store
Thumbs.db 