# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
.venv/
venv/
env/

# Env / secrets
.env
.env.*
!.env.example

# Test/run artifacts
results/
*.log
.ruff_cache/
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/

# Understudy's own output. Transcripts can contain whatever the target said,
# which for a real agent may include customer data — keep them out of git.
understudy-runs/
understudy-reports/
.understudy-monitor.json
gold-set.yaml
gold-set.json

# Node / dashboard (future)
node_modules/
.next/
.turbo/

# OS / editor
.DS_Store
.idea/
.vscode/
