.gitignore
node_modules/ .env .env.local .env.*.local .env.* tmp/ *.log .DS_Store dist/ build/ .next/ *.bak *.bak-* *.pre-* *.orig # generated image artifacts (rebuild via scripts/gen-assets.js) data/gen-tiles/ data/gen-rooms/ # generated walkthrough recordings (rebuildable via scripts/walkthrough-record.js) recordings/ data/thumb-cache/ public/models/*.glb