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

# Virtual environments
.venv/
venv/
env/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Tooling
.ruff_cache/
.mypy_cache/

# Editors / OS
.vscode/
.idea/
.DS_Store

# Generated example figures
*.png
*.pdf
*.svg
!docs/**/*.png

# Sphinx build output and generated pages
docs/_build/
docs/auto_examples/
docs/generated/
docs/sg_execution_times.rst
