# OS
.DS_Store

# Dependencies
node_modules/
.venv/
__pycache__/
*.pyc

# Build
dist/
build/
.next/
.turbo/

# Environment
.env
.env.local
.env.*.local

# IDE
.idea/
.vscode/settings.json
*.swp
*.swo

# Claude Code (local tooling - the public driver Skills live in skills/, not here)
.context/
.claude/
.commandcode/
tmp/

# Internal notes - strategy / decisions / plans, kept local, not part of the public docs set
docs/internal/

# Python
.ruff_cache/
.pytest_cache/
.mypy_cache/
.coverage
*.egg-info/

# A user's real fleet config (copied from fleet.config.example.yaml) - never commit it
fleet.config.yaml

# A user's own workflow recipes (they reference local client names). Templates ship in
# examples/workflows/; user recipes live in the repo-root workflows/, local-only.
/workflows/

# Marshal runtime state (worktrees, fleet.json, usage)
.marshal/

# Live agent-run artifacts + playground (review locally, don't commit)
marshal-runs/

# Local dogfood review panels (they reference clients from the gitignored fleet.config.yaml).
# Shareable starters live in examples/teams/.
teams/
