Catalog cleanup pass across gb/gbc/gba/nds/3ds: - Standardize nonstandard hack filenames to `Pokemon - <Name> [Hack].<ext>`; remove verified byte-identical duplicates (conform-rom-names.sh). - Resolve 9 version-conflicts via side-by-side emulator comparison (resolve-version-conflicts.sh): promote newer builds, keep genuine distinct hacks, fix a mislabeled Dark Rising slot (was the Digimon crossover "Worlds Collide"), and rebuild Mega Power 5.77 + HeartGold Generations v2.0 fresh from their patches. - Resync 286 vault notes' `library_path` to the real on-disk [Hack] files and fix 15 stale platform fields (resync-vault-library-paths.py). - Regenerate MOC tables + wiki/catalog.json (396 notes). Also includes pending Playnite PC-hack setup/repair scripts. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
28 lines
751 B
Plaintext
28 lines
751 B
Plaintext
# Large ROM/patch binaries — staging area for scripts/romhack-import.py.
|
|
# Never commit ROMs/patches; this folder is per-machine scratch.
|
|
drop/
|
|
|
|
# Output of the archived build-romhack-vault.py. The canonical catalog lives in
|
|
# the self-hosted Obsidian vault (Pokémon ROM Hacks/), not here — never commit
|
|
# a regenerated, poorer copy back into this repo.
|
|
pokemon-romhack-vault/
|
|
|
|
# OS / editor cruft
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*~
|
|
|
|
# Local scratch
|
|
*.tmp
|
|
*.log
|
|
|
|
# Discord-scrape metadata pulled from valhalla for enrichment runs (per-machine
|
|
# scratch; the canonical synthesis lands in the Obsidian vault notes).
|
|
.scrape/
|
|
.scrape_lib/
|
|
scripts/__pycache__/
|
|
|
|
# Per-machine ROM compare/patch scratch (side-by-side emulator runs, patch builds).
|
|
.compare/
|