# Python bytecode / caches
__pycache__/
*.py[cod]
*$py.class
*.pyo

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
.eggs/

# Virtual environments
.venv/
venv/
env/

# Test / coverage artefacts
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Jupyter notebooks checkpoints
.ipynb_checkpoints/

# Sphinx build output
docs/_build/
docs/api/generated/
docs/auto_examples/
docs/sg_execution_times.rst
build/html/
build/doctrees/

# Generated Pyodide wheel (built by workflow / make html — never commit)
docs/_static/wheels/
docs/_static/anywidget_config.js

# Editor / IDE
.idea/
.vscode/
*.swp
*.swo

# macOS
.DS_Store

# Git worktrees
.worktrees/

# Generated by Sphinx-Gallery (anywidget iframe HTML) — never commit
docs/_static/viewer_widgets/
