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

# Tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# ZimaBlue outputs
runs/
out/
*.zbr
!docs/examples/*.zbr

# OS / editors
.DS_Store
.idea/
.vscode/
coverage.xml
