/target

__pycache__
*.so
docs/_build

# pixi environments
.pixi
*.egg-info

# vscode
.vscode/*

# Ignore Jupyter notebook checkpoints
.ipynb_checkpoints/

# data
notebooks/canonical_examples/forcing/*.nc
notebooks/canonical_examples/output/*.nc

# macOS
.DS_store

# documentation
docs/*.png