# Diagram-generation virtualenv (transient build tooling)
.diagram-venv/

# Python
__pycache__/
*.py[cod]
.venv/
venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/
*.egg-info/
htmlcov/
.coverage

# OS
.DS_Store

# Local scratch / demo space (not committed)
scratch/

# Build artifacts
dist/
build/
