# Local data
local/

# isce3 workflow data dirs (DEM, intermediate products, output GUNW, logs).
# Only commit the runconfig + python/sh scripts under scripts/isce3/.
scripts/isce3/inputs/
scripts/isce3/output/
scripts/isce3/output_gslc/
scripts/isce3/scratch/
scripts/isce3/scratch_gslc/

# Generic guard: any data file types that shouldn't be in git
*.h5
*.tif
*.tiff
*.vrt
*.rdr
*.hdr
*.slc
*.unw
*.cor
*.log
*.nc
*.grb
*.grb2
*.bin

# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/
*.whl

# Environments
.env
.venv/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Jupyter
.ipynb_checkpoints/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Ruff
.ruff_cache/

# setuptools-scm generated version file
src/nisar_pytools/_version.py
