# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# Environments
.venv/

# Tooling
.pytest_cache/
.ruff_cache/

# macOS
.DS_Store

# Machinist runtime state (consumer repos keep specs; this repo doesn't run itself)
.machinist/runs/
