*.pyc
__pycache__/

.DS_Store

.venv/

dist/
dist/*
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Build and test directories
.tox/

examples/