# Game data files (copyrighted — never commit)
*.DAT
*.FLX
*.SHP
*.SKF
*.PAL

# Extracted / working directories
shapes/
globs/
map_renders/
test_output/
u7data/
u8data/
u8data/tests/
tests/

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
*.whl

# Pre-refactor backups
_orig_backup/

# Environment
.venv/
venv/
