# Never commit real configuration or any live coordination data.
config.env

# Local working state (pulled inbox, hashes, staged descriptors) — machine-local,
# never part of the repo.
.agent-coordination/
*.state
*.hash

# Editor / OS noise
*.swp
.DS_Store

# MCP subpackage build artifacts
mcp/.venv/
mcp/dist/
mcp/**/__pycache__/
mcp/.pytest_cache/
mcp/*.egg-info/
