__pycache__/
*.pyc
venv
.venv
*.egg-info/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/

_dev/
.idea/
.vscode/
.DS_Store
build/
dist/

docs/site/
docs/.venv/