# dependencies /node_modules /.pnp .pnp.* # next.js /.next/ /out/ # cloudflare wrangler local state (pages dev cache etc.) /.wrangler/ # spec-sheet build intermediates (scripts/build-spec-sheet.mjs) /.spec-sheet.tmp.html /public/landing/press/assets/beyond-2-spec-sheet-p*.png # production /build # misc .DS_Store *.pem # debug npm-debug.log* yarn-debug.log* yarn-error.log* .next-dev*.log # local env files .env*.local .env # typescript *.tsbuildinfo next-env.d.ts # editor .vscode/ .idea/ # working artifacts / scratch (local only — not part of the source) /.playwright-mcp/ /analysis/ /landing-rip/ # debug screenshots dropped at repo root (public/ images are kept) /*.png # design + source material — LOCAL ONLY, not part of the shipped site. # The images/videos the site uses are already re-hosted under public/. The build # reads neither of these at runtime (it uses the committed src/generated/home.json). /builder-export/ /Bigscreen Design System/ # source video for the eyetracking webp sequence (keep local, ship only the frames) /Eye Trackers R2 Final 4K.mp4 # video/image masters — LOCAL ONLY. Raw exports go here, never in public/: # everything under public/ is copied verbatim into out/ and deployed, so a 31 MB # master dropped there ships to production. The site serves only the encoded # copies under public/media/. See media-src/README.md for the encode recipe. /media-src/* !/media-src/README.md # source assets kept local; the site ships the optimized copies (subitems/, *.webp) /public/images/home/Dynamic Configurator/Sub Items/ /public/images/home/vrchat_background_1.png /public/config.json /public/config.prod.json # embed-shell build output (scripts/build-embed-shells.mjs) /embed-shells/ beyond-ja-*.xlsx # LibreOffice lock files left behind while a workbook is open .~lock.*# # impeccable live-server runtime state (pid/port/token) /.impeccable/live/server.json # figma port pipeline output (regenerate with scripts/figma-extract.mjs) /figma-extract/ # wrangler local dev state (workers/*) .wrangler/ # worker local secrets .dev.vars