__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
dist/
build/
*.egg-info/
.venv/
venv/

# macOS
.DS_Store

# Local scratch / test artifacts that should never enter commits
rtest/

