__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Secrets and credentials
.env
.env.*
!.env.example
*.pem
*.key
*.p12
*.pfx
*credentials*
*.token

# Web dashboard UI (proprietary — API-only in public release)
cohort/templates/
cohort/static/
cohort/website/

# Benchmark artifacts (generated by runs)
benchmark_results/
benchmark_tasks/

# Runtime data (generated at startup)
data/
cohort-data/
!docs/data/
*.db
.coverage

# Demo artifacts (generated by examples)
demo_data/
demo_agents.json
demo_conversation.jsonl
demo_conversation_channels.json
scored_demo_data/
scored_demo.jsonl
scored_demo_channels.json
scored_demo_agents.json
