__pycache__/
*.py[cod]

.venv/
venv/
env/

.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

build/
dist/
*.egg-info/

.ipynb_checkpoints/
notebooks/

# Local calibration exports used while testing the SDK.
/calibration*.json
/calibration*.yaml
/calibration*.yml
/rectified_calibration*.json
/rectified_calibration*.yaml
/rectified_calibration*.yml
