# Python
__pycache__
*.py[cod]

# Pytest
.coverage
.pytest_cache

# Ruff
.ruff_cache

# Sphinx
_build/
docs/generated/

# Build
dist/