The BattleTech port spec, the Console 4.10 decompilation notes, the golden reference eggs, and the PEF/rsrc analysis tools come into the repo. The .sit archive and its extraction (Mac binaries, __MACOSX/.finf metadata) stay untracked for now. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
32 lines
588 B
Plaintext
32 lines
588 B
Plaintext
# Build output
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
|
|
# Launcher build.bat staging + final output
|
|
/Launcher/_stage_svc/
|
|
/Launcher/_stage_agt/
|
|
/Launcher/TeslaLauncher/
|
|
|
|
# Runtime / installer state (generated, not source)
|
|
*.InstallState
|
|
*.log
|
|
|
|
# IDE / OS
|
|
.vs/
|
|
.vscode/
|
|
.idea/
|
|
*.user
|
|
*.suo
|
|
*.userosscache
|
|
*.sln.docstates
|
|
Thumbs.db
|
|
desktop.ini
|
|
.DS_Store
|
|
__pycache__/
|
|
|
|
# 410console hand-off: the docs/spec/reference/tools are tracked; the raw Mac
|
|
# archive and its extraction are not (may be committed later for completeness)
|
|
/410console/410consoleArchive.sit
|
|
/410console/4_10-console-extracted/
|
|
/410console/.finf/
|