node_modules/
dist/
*.log
.DS_Store
Thumbs.db

# Python (local venv used by e2e to validate the python SDK)
.venv/
__pycache__/
*.pyc

# e2e: scenarios/ + .probe runtime are generated by e2e.mjs at run time
# (only steps/ + fixtures/ + lib/ + e2e.mjs are test source assets)
e2e/scenarios/
e2e/.probe/
e2e/.e2e-store/
e2e/*/.probe/
e2e/*/runtime/
