# Data (real provider CSVs are private / not committed)
data/*.csv

# Think-time trace exports (session names + timestamps are private; only the
# MEASURED_* anchors in scripts/scenario_model.py are committed)
inter_event_gaps*.csv

# Python
__pycache__/
*.pyc
.venv/
venv/
.ipynb_checkpoints/

# OS / editor
.DS_Store

# Local agent configs for cross-review runs (installed per-machine by the
# delegate skills; not part of the study)
.opencode/

# Generated in CI by preview-explorer.yml (the committed wrangler.jsonc is
# production's); never committed
/wrangler.preview.jsonc
/wrangler.canary.jsonc
/.preview-canary/
