Inject pip --retries/--resume-retries into the cloned litellm install task,
tolerate empty version-probe stdout via default('{}', true), and guard the
OpenClaw download/extract patches so a second pass cannot append a duplicate
`when:` (invalid YAML). Ignore scripts/__pycache__.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
56 lines
745 B
Plaintext
56 lines
745 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# local env files
|
|
.env*.local
|
|
.env
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
dashboard/node_modules/
|
|
dashboard/dist/
|
|
dashboard/public/status.json
|
|
/dashboard-preview.png
|
|
/dashboard-status-dropdown.png
|
|
|
|
# desktop/ui build artifacts
|
|
.dart_tool/
|
|
.idea/
|
|
build/
|
|
coverage/
|
|
*.iml
|
|
|
|
# temporary offline folders and build artifacts
|
|
/ai-workspace-all-in-one-offline-ubuntu-22.04-amd64/
|
|
/dashboard/.ai-workspace-build-commit
|
|
*.textClipping
|
|
|
|
scripts/__pycache__/
|