render-bridge/freeze.ps1: PyInstaller onefile of live_bridge.py + Dave's vrboard/vrview/vrview_gl (+glcontext collected for moderngl) -> dist\ renderer.exe (~33 MB). GL backend live-verified from a pure-dist launch (no --root/--renderer overrides) on 2026-07-10. package.ps1 bundles the frozen exe automatically when present; DEPLOYMENT-PLAN's renderer OPEN item is resolved. Ignore the build-artifact dirs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
15 lines
389 B
Plaintext
15 lines
389 B
Plaintext
# Emulator working files (downloaded binaries, game image, captures)
|
|
/emulator/dosbox-x/
|
|
/emulator/image/
|
|
/emulator/*.png
|
|
/emulator/dbx_*.txt
|
|
/emulator/screen*.png
|
|
__pycache__/
|
|
|
|
# Deployment build artifacts (rebuild: deploy/package.ps1 + render-bridge/freeze.ps1)
|
|
/emulator/dist/
|
|
/emulator/render-bridge/dist/
|
|
/emulator/pod-launch/publish/
|
|
/emulator/pod-launch/bin/pkg/
|
|
/emulator/bld*.log
|