romhack-import.py: classifies a mixed drop folder (ROMs/patches/docs/archives), clean-names ROMs to 'Pokemon - <Hack> (Hack)', auto-detects patch base via BPS/UPS CRC, recurses zips/rar, archives patches+docs. Imported the pokemon/ drop (now gitignored) into the valhalla library + Following Renegade Platinum. Updated wanted-list for newly acquired hacks.
20 lines
488 B
Plaintext
20 lines
488 B
Plaintext
# NOTE: .env is intentionally TRACKED in this repo. ginnoir/homelabstack is a
|
|
# private repo and the stack's secrets are versioned with it. Do NOT add .env here.
|
|
|
|
# OS / editor cruft
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*~
|
|
|
|
# Local scratch
|
|
*.tmp
|
|
*.log
|
|
|
|
# ROM-hack drop folder — large binaries processed into the valhalla library by
|
|
# scripts/romhack-import.py; never commit the ROMs themselves.
|
|
pokemon/
|
|
|
|
# Personal, per-machine Claude Code overrides (not team config)
|
|
.claude/settings.local.json
|