*.pyc
*.egg-info/
*.so

.vscode
.pytest_cache
__pycache__
.coverage
.idea
htmlcov/
build/
dist/

# Documentation build
doc/_build/
doc/_auto_examples/
doc/_generated/
