ublox-gps-data-processing/.gitignore

18 lines
326 B
Text

# Python environment
venv/
__pycache__/
*.pyc
# Bootstrapped tooling: RTKLIB build, ANTEX models, CORS catalog cache
# (fully reproducible with setup.sh)
tools/
# Pipeline outputs (regenerate with process_gps.py)
processed/
# Live streaming session outputs (stream_gps.py)
stream_*.csv
# Raw GPS capture data
*.ubx
*.uc2x