.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
dist/
build/
*.egg-info/

# Local generated outputs (root only, not in subdirectories)
/fleet.yaml
/litellm_config.yaml
.env.subagent-fleet
.subagent-fleet/
.claude/agents/

# Screenshot captures and Playwright traces
screenshots/
.playwright-mcp/
