# Your real fleet registry (copy fleet.example.json -> fleet.json and edit it).
# Kept out of git so node addresses stay local to your machine.
fleet.json

# Generated conductor MCP config (built from fleet.json by bin/render-mcp-config.py).
conductor/.mcp.json

# Python / uv
.venv/
__pycache__/
*.pyc
.pytest_cache/

# Node
node_modules/
