__pycache__/
site/

# Build artefacts
dist/
*.egg-info/

# macOS
.DS_Store

# Generated notebooks (created by CI from examples/*.py)
docs/demos/*.ipynb

# Local debug scratch scripts (not part of the package)
examples/debug_*.py
