__pycache__/
*.pyc
.pytest_cache/
*.egg-info/
dist/
build/
.venv/

# simulator substrates are built locally (docs/simulation.md), never committed
substrates/

# run data lives on disk, not in git
runs/
workspaces/
data/

# gate runs written by the image gate
.gate-runs/
