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>
This commit is contained in:
Cyd
2026-07-03 22:35:09 -05:00
co-authored by Claude Fable 5
parent 7670d40b37
commit fa895afc0f
2 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
# Developer hard-drive dump — not part of the release tree
/sda4/
# hard drive dump of a production system
# hard drive dump of a production system (preserved in-repo as ALPHA_1.zip)
/ALPHA_1/
# Emulator working files (downloaded binaries, game image, captures)
@@ -10,3 +10,4 @@
/emulator/*.png
/emulator/dbx_*.txt
/emulator/screen*.png
__pycache__/
BIN
View File
Binary file not shown.