# pixi
.pixi/

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

# tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# sweep outputs
*.zarr/
runs/

# sphinx-gallery build artifacts (regenerated by `pixi run -e docs docs-build`)
docs/_build/
docs/auto_examples/
docs/sg_execution_times.rst
