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

.venv/
venv/
.env

.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

.idea/
.vscode/
.DS_Store

# Benchmark inputs are fetched, never committed.
data/

docs/build/
docs/generated/
# Written into the source directory as the pages are built: the autosummary
# holder by conf.py, the timings by sphinx-gallery.
docs/api_objects.rst
docs/sg_execution_times.rst
