havoc-remaster/.gitignore
pyr0ball aad222fd09 chore: gitignore local .claude/ and third-party reference screenshots
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-28 23:38:01 -07:00

49 lines
655 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
# --- Reference material (third-party copyrighted screenshots) — local only ---
tools/refs/
# --- Claude Code local session/settings ---
.claude/
# --- Editor / OS ---
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db