# OS
.DS_Store
Thumbs.db

# Editor
*.swp
*.swo
*~

# Test
pytest-of-*/

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
ai_orchestra/_version.py
.venv/
venv/
env/

# Environment / Secrets
.env
.env.local

# Logs
*.log

# Generated images (/image-gen output)
generated-images/

# image-generator agent freshness marker (backstop; Step 3/3.5 remove it on
# both success and failure, this only catches leftovers from abnormal exits)
.imggen.*.marker

.claude/.mcp-proxy.pid
.worktrees/

# CocoIndex local search index
.cocoindex_code/

# >>> AI Orchestra (.claude) >>>
.claude/docs/
.claude/logs/
.claude/state/
.claude/context/
.claude/codd/
.claude/skill-evolution/metrics/
.claude/skill-evolution/pending/
.claude/meta-harness/
.claude/loop/
.claude/.cache/
.codex/.cache/
.codex/runs/
.codex/reports/
.claude/Plans.md
.claude/Plans.archive.md
# <<< AI Orchestra (.claude) <<<
