.venv
.git
.pytest_cache
.mypy_cache
*.py[oc]
dist/
docs/
*.egg-info
examples/

# Repo cache, e.g. during SimStadt tests
**/.cache/

# Generated workflow output (e.g. from examples/compose.yaml, tests, or manual runs)
**/output.proj/
