havoc-remaster/.gitignore
pyr0ball 2287f3be12 Initial commit: Havoc preservation toolkit + format docs
- ff_extract.py: .FF (FlashFile) archive extractor with music song
  assembly (WAVE+PLST), ogg/mp3 conversion, and FL Studio pack export
  (samples + per-song MIDI + mapping).
- docs/FORMATS.md: reverse-engineered file formats (.FF, WAVE/PLST music,
  world data + binary notes).
- Original game data is gitignored (copyright Reality Bytes, 1995).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-28 23:33:30 -07:00

43 lines
505 B
Text

# --- Original game data (copyright Reality Bytes, Inc. 1995) — DO NOT COMMIT ---
*.EXE
*.exe
*.DLL
*.dll
*.VXD
*.FF
*.DAT
*.MAP
*.ICO
*.INF
.windows-serial
BIGFILE.DAT
WORLDS/
DIRECTX/
LICENSE.TXT
# --- Derived audio / extracted assets (also copyrighted) ---
tools/out_*/
tools/Havoc_*/
*.wav
*.ogg
*.mp3
*.mid
*.zip
# --- Python / tooling cruft ---
__pycache__/
*.pyc
.venv/
venv/
# --- Godot ---
.godot/
*.import
export_presets.cfg
# --- Editor / OS ---
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db