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

# Tooling
.pytest_cache/
.ruff_cache/
.coverage

# IDE
.vscode/
.idea/
*.swp

# Data — never commit model output or generated figures
*.nc
*.npz
*.png

# ESMF_RegridWeightGen writes these into its cwd on every run
PET*.RegridWeightGen.Log

# OS
.DS_Store
