Files
OpenMaidEngine/.gitignore
gamer147 a704765ea0 feat(a1): .NET 8 solution scaffold + Model + OpcodeTable loader
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-06 13:49:02 -04:00

34 lines
786 B
Plaintext

# age-reimpl repo. NOTE: the repo root IS age-reimpl/. The original game install
# (姫狩りダンジョンマイスター/) and the extracted ALF data (extracted/) are SIBLINGS
# of this directory, outside the repo entirely — they can never be committed.
# Derived / regenerable corpora (rebuild via tools/extract_phase2.py, opcodes_build.py, etc.).
# "build/ is disposable" — see docs/PROJECT-STRUCTURE.md. Machine JSON + bulk disasm/text
# corpora live here and are reproducible from tools/ + ../extracted/.
build/
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
# .NET (engine/) build output
engine/**/bin/
engine/**/obj/
.vs/
# Godot / C# (future)
.godot/
*.import
.mono/
mono_crash.*.json
[Bb]in/obj/
[Oo]bj/
# OS / editor cruft
Thumbs.db
Desktop.ini
.DS_Store
*.swp