# Dependencies
node_modules/

# Build outputs
dist/
.uniweb/

# Generated entry (regenerated by `uniweb build`; never committed)
_entry.generated.js

# Local mock-cloud state (when running `uniweb publish --local` or
# the unicloud dev server inside this workspace)
.unicloud/

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

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log
npm-debug.log*
pnpm-debug.log*
