- FastAPI branding replaced throughout: title, favicon, logo (now the org/ brand SVGs), footer links, route titles; workspace package renamed - shadcn primitives restyled to the component radius/shadow map: pill controls, rounded-lg surfaces, shadow-e1/e2/e3 - floating frosted AppSidebar over a bg-card content region - theme storage key aligned with the pre-paint script, MotionConfig added - scripts/capture-screenshots.mjs backs the root 'make verify' Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
21 lines
387 B
Plaintext
21 lines
387 B
Plaintext
.vscode/*
|
|
!.vscode/extensions.json
|
|
node_modules/
|
|
/test-results/
|
|
/playwright-report/
|
|
/blob-report/
|
|
/playwright/.cache/
|
|
|
|
# Generated locally by the workspace root's scripts/setup.sh; never committed.
|
|
.env
|
|
secrets/
|
|
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Rendered pipeline graphs (matplotlib output from backend/app/flow).
|
|
pipeline.png
|
|
|
|
# Output of `make verify` (root Makefile).
|
|
/frontend/screenshots/
|