.venv/
__pycache__/
*.egg-info/
.pytest_cache/
.coverage
htmlcov/
.agentbus/
dist/
go-core/bin/
# Local uv lock (project packages via hatch/pip; do not commit accidental locks)
uv.lock

# Local webhook dogfood artifacts (mock_webhook.py)
webhook_received.json
webhook_received.jsonl
# Platform Go binaries (injected by CI for wheels; never commit)
src/agentbus/bin/**
!src/agentbus/bin/.gitkeep
packages/js/go-worker-*/bin/**
!packages/js/go-worker-*/bin/.gitkeep
