__pycache__/
*.ipynb_checkpoints*
*.egg-info*
/build
/spires/spires_wrap.cpp
/spires/_core.cpython*
/spires/core.py
/doc/build/
/venv/
/spires/.vscode/
/dist/
*.DS_Store
*.aux.xml
.idea/

# Secrets and credentials (prevent accidental commits)
*.env
.env.*
!.envrc
*.pem
*.key
**/credentials*
**/secrets*

# Internal/OPSEC documents (not for public release)
/OPSEC/

# Large test data files (download from Zenodo or use subsets)
tests/data/LUT_MODIS.mat
tests/data/sentinel_r.nc
tests/data/sentinel_r0.nc
