e30e75b5d4
Changesets / Create Version PR (push) Has been cancelled
Deploy Shadcn Registry / Deploy Production (push) Has been cancelled
Template Metrics / LOC + Bundle Size (push) Has been cancelled
Code Quality / Oxlint + Oxfmt (push) Has been cancelled
Code Quality / Template Sync (push) Has been cancelled
Code Quality / Build Changed Packages (push) Has been cancelled
Code Quality / Test Changed Packages (push) Has been cancelled
Deploy Expo Example / Deploy Production (push) Has been cancelled
Deploy Ink Example / Deploy Production (push) Has been cancelled
Python Tests / pytest (assistant-stream, 3.10) (push) Has been cancelled
Python Tests / pytest (assistant-stream, 3.12) (push) Has been cancelled
Python Tests / pytest (assistant-ui-sync-server-api, 3.10) (push) Has been cancelled
Python Tests / pytest (assistant-ui-sync-server-api, 3.12) (push) Has been cancelled
92 lines
1007 B
Plaintext
92 lines
1007 B
Plaintext
# dependencies
|
|
node_modules
|
|
/.pnp
|
|
.pnp.*
|
|
.pnpm-store/
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
/.worktrees/
|
|
|
|
# debug
|
|
.pnpm-debug.log*
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# env files
|
|
.env*.local
|
|
.env
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# testing
|
|
coverage
|
|
.stryker-tmp/
|
|
reports/mutation/
|
|
|
|
# next.js
|
|
.next/
|
|
out/
|
|
.workflow-data
|
|
.eve
|
|
|
|
# nitro
|
|
.output/
|
|
|
|
# build
|
|
build/
|
|
|
|
# fumadocs
|
|
.source
|
|
|
|
# production
|
|
dist
|
|
apps/docs/generated
|
|
packages/*/generated
|
|
|
|
# compiled by packages/react-devtools build:css, regenerated on install/build
|
|
packages/react-devtools/src/styles/panel.generated.ts
|
|
|
|
# turbo
|
|
.turbo
|
|
.api-surface-tmp/
|
|
|
|
# python
|
|
__pycache__/
|
|
.venv/
|
|
venv/
|
|
.eggs/
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.tox/
|
|
.nox/
|
|
htmlcov/
|
|
.coverage
|
|
|
|
.langgraph_api
|
|
|
|
# Cursor
|
|
.cursor
|
|
|
|
# Husky
|
|
.husky/_
|
|
|
|
# Claude
|
|
**/.claude/scheduled_tasks.lock
|
|
apps/docs/app/api/xulux/README.md
|
|
apps/docs/app/api/xulux/CLAUDE.md
|
|
|
|
# GitHub Spec Kit - https://github.com/github/spec-kit
|
|
.specify/
|
|
specs/*
|
|
.test-output/
|