Files
cs249r_book/labs/.gitignore
Vijay Janapa Reddi a5bd241a4a feat(labs): redesign landing inventory with clustered card grid
Replace the two flat markdown tables with a clean card grid grouped
into thematic clusters per volume. Each card shows lab number, title,
and core question only — no chips, ribbons, or accent rainbow. Single
accent color matches the labs site brand (#2563EB).

Lab 07 (Kernel Fusion Dividend) moves from Architecture to Performance
& Deployment — kernel fusion is a runtime optimization, not a
model-design choice. Capstones get their own dedicated cluster and
span the full grid row; distinction comes from layout and placement,
not color.

Verified responsive from 320px to 1440px with zero horizontal overflow.
Adds tools/capture_landing_shots.py — Playwright-based screenshot
helper used during the redesign, reusable for future inventory work.
2026-04-25 16:22:53 -04:00

21 lines
284 B
Plaintext

# Quarto build output
_build/
.quarto/
# Marimo WASM lab exports (built by tools/build_site.sh)
_wasm_build/
# Local Playwright screenshots from tools/capture_landing_shots.py
_screenshots/
# Temporary files
*.log
*.tmp
# OS files
.DS_Store
Thumbs.db
/.quarto/
**/*.quarto_ipynb