.venv/
.prefect/
.env
__pycache__/
*.pyc
*.egg-info/
.ruff_cache/
dist/
build/

.DS_Store

# Example RUN ARTIFACTS — reports/sidecars agents write during a demo run when
# run_dir/REPORT resolves into the example dir (normal runs go to /tmp). Agent
# DEFINITIONS under examples/**/.opencode/agent/ are tracked and NOT ignored.
examples/*/*.md
examples/*/*.json
examples/*/*.control.json

# JS deps accidentally created under an example's .opencode/
node_modules/
