Commits the workshop inference pool (LiteLLM → boards: pooled coding plans, per-attendee virtual keys, failover) — config + docs only, no secrets. Ignores the vendored Uno-QClaw reference repo and the generated qr-sheet.html. Co-Authored-By: Claude Opus 4.8 <[email protected]>
35 lines
539 B
Plaintext
35 lines
539 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Fleet onboarding secrets/output (claim codes, FLEET_SECRET, board assignments)
|
|
deploy/uno-q/kit-codes/
|
|
deploy/uno-q/fleet.csv
|
|
deploy/lan/.env
|
|
deploy/workshop-llm/.env
|
|
|
|
# Vendored reference repo (QClaw — its own git repo, never commit) + generated output
|
|
/Uno-QClaw/
|
|
/qr-sheet.html
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|