# Runtime / personal artifacts — never commit to the distributable quoin package
.workflow_artifacts/
.claude/
settings.local.json

# Python test / build artifacts
.pytest_cache/
__pycache__/
*.pyc
*.pyo
*.pyd
dist/
build/
*.egg-info/
