jacquardSnapshot

← snapshot

569 bytes
# Dependencies and build output
/node_modules
/.next
/out
next-env.d.ts

# Local secrets. `.env.example` documents the keys; the real values never
# belong in the repo — OPENAI_API_KEY in particular.
.env
.env.local
.env*.local

# Recorded tour footage and verification screenshots. Regenerate with
# `tour/build.sh`, `node tour/lab-check.mjs`, and friends — they are large,
# machine-specific, and reproducible.
/tour/out
/tour/lab
/tour/orbs
/tour/audio

# Editor / OS noise
.DS_Store
*.tsbuildinfo

# Assembled container build context (CI writes this).
/.deploy