Files
TeslaRel410/.gitignore
T
CydandClaude Fable 5 fa895afc0f Preserve ALPHA_1.zip (production-system image); ignore __pycache__
ALPHA_1.zip is the archived resource behind the git-ignored ALPHA_1/
working directory (the patched production hard-drive image the
emulator mounts). Also ignore Python __pycache__/ dirs.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-03 22:35:09 -05:00

14 lines
333 B
Plaintext

# Developer hard-drive dump — not part of the release tree
/sda4/
# hard drive dump of a production system (preserved in-repo as ALPHA_1.zip)
/ALPHA_1/
# Emulator working files (downloaded binaries, game image, captures)
/emulator/dosbox-x/
/emulator/image/
/emulator/*.png
/emulator/dbx_*.txt
/emulator/screen*.png
__pycache__/