Files
wehub-resource-sync a6e8bcde90
Check asset sync / cli/assets must match src/ui-ux-pro-max (push) Failing after 4s
Release / Semantic release (push) Has been skipped
Smoke test data / smoke (push) Failing after 0s
chore: import upstream snapshot with attribution
2026-07-13 11:58:17 +08:00

54 lines
483 B
Plaintext

# OS files
.DS_Store
Thumbs.db
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.so
.venv/
venv/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Dependencies
node_modules/
# Build output
dist/
build/
.next/
.nuxt/
.output/
out/
# Cache
.cache/
.parcel-cache/
.turbo/
# Environment
.env
.env.local
.env.*.local
# Local settings
.claude/settings.local.json
.claude/session-state/
ui-ux-pro-max-website/*