mirror of
https://github.com/Nutlope/hallmark.git
synced 2026-08-14 12:35:33 +02:00
The eval run outputs, the internal design proposals, and a scratch QC page for the imagery kit were all riding along in the PR while being linked from nothing. They come out of tracking: eval/runs (the four A/B cells from this session plus the older model-comparison artifacts, all of it evidence rather than product), site/_proposals (44 files of before/after and theme-exploration pages, preserved outside the repo), and site/imagery/_qc.html (a scratch grid I used to eyeball the generated assets). The eval harness itself stays so the tests are re-runnable, and .gitignore now covers the pycache and the QC pages that slipped past it. The four theme examples added this round stay: arcade-01, field-01, grid-01, and ledger-01 are the worked examples their own theme docs link to, not stray test output.
73 lines
1.6 KiB
Plaintext
73 lines
1.6 KiB
Plaintext
# macOS
|
||
.DS_Store
|
||
.AppleDouble
|
||
.LSOverride
|
||
|
||
# Editor
|
||
.vscode/
|
||
.idea/
|
||
*.swp
|
||
*.swo
|
||
*~
|
||
|
||
# Node (in case future tooling lands)
|
||
node_modules/
|
||
npm-debug.log*
|
||
yarn-debug.log*
|
||
yarn-error.log*
|
||
.pnpm-debug.log*
|
||
|
||
# Build / temp
|
||
dist/
|
||
build/
|
||
.cache/
|
||
*.log
|
||
.vercel
|
||
|
||
# Environment + secrets
|
||
.env
|
||
.env.local
|
||
.env.*.local
|
||
|
||
# Generation pipeline artifacts (raw outputs before commit)
|
||
.image-cache/
|
||
|
||
# Runtime state from Hallmark's own runs (per-project log, never publish)
|
||
.hallmark/
|
||
|
||
# `skills` CLI install lockfile — generated whenever 'skills add' runs in this
|
||
# directory, not part of the skill source.
|
||
skills-lock.json
|
||
.agents/
|
||
|
||
# Local agent / preview tooling config (Claude Code, etc.) — not skill source
|
||
.claude/
|
||
|
||
# Launch-day comparison artifacts — one-off, not referenced from the marketing
|
||
# site or README. Kept locally if useful.
|
||
site/_launch-comparison/
|
||
|
||
# Local example explorations — kept on disk, never published. The landing
|
||
# carousel links only the featured builds (carnival-01, cobalt-01, custom-01–05,
|
||
# hum-07, lumen-01); those stay tracked. Everything below is scratch: extra
|
||
# generations, the private gallery/worked indexes, and component demos.
|
||
site/examples/index.html
|
||
site/examples/worked.html
|
||
site/examples/lumen-index.html
|
||
site/examples/_diagnostic.html
|
||
site/examples/nav-demo/
|
||
site/examples/hum-buttons/
|
||
site/examples/gallery-0[12]/
|
||
site/examples/carnival-0[2-9]/
|
||
site/examples/cobalt-02/
|
||
site/examples/hum-01/
|
||
site/examples/hum-02/
|
||
site/examples/hum-0[3-8]/
|
||
!site/examples/hum-07/
|
||
site/_tests/_thumbs/hum-02.jpg
|
||
|
||
site/examples/lumen-0[2-4]/
|
||
|
||
# scratch QC pages for the imagery kit (never shipped)
|
||
site/imagery/_*.html
|