__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
logs/
*.log
.env
.venv/

# Local sandbox: scaffolded WILLOW_HOME + ad-hoc MCP probe harness (runtime state, not source)
.willow/
.willow-probe/

# Local MCP client config — points at your own sandbox WILLOW_HOME / Postgres.
# Host-specific (absolute paths, PG user); the committed template is .mcp.json.example.
.mcp.json
