# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Source data (not shipped in the package)
/data/*
!/data/coordinate_overrides.json

# Internal scripts for data processing
/scripts/*
!/scripts/compile_data.py
