__pycache__/
*.py[cod]
*$py.class
*.egg-info/
build/
dist/

.venv/
venv/
env/
.uv/

.idea/
.vscode/
*.swp
.DS_Store

out/
output/
*.tar.gz

# CLI / test artifacts
/tmp_workflow.json
_test_*.json
