# Build artifacts
build/
dist/
*.egg-info/
*.so
*.pyd

# Virtualenvs
.venv/
venv/

# Python caches
__pycache__/
*.pyc

# Benchmark fixtures (regenerable)
benchmarks/*.nmea
