.DS_Store
gliderdac_new

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

# Virtual environments
.venv

# Cache directories
.mypy_cache
.pytest_cache
.ruff_cache

# Data
*.nc
*.mat
tests/data/slocum.gps.csv
tests/data/slocum.gps_fixes.csv

# Notebooks
*.ipynb

# Pycharm projects
*.idea