.venv/
.pytest_cache/
.hypothesis/
.ruff_cache/
**/__pycache__/
# Keep legacy local output out of commits; new exports belong outside the checkout.
artifacts/
.coverage
.DS_Store
build/
dist/
*.egg-info/
