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

# Tooling caches
.pytest_cache/
.ruff_cache/

# Sphinx build output
docs/_build/

# Example outputs
examples/figures/*.png
