qhook 0.4.1

Lightweight webhook gateway and workflow engine with queue, retry, and signature verification.
Documentation
# Build
/target/

# Database
*.db
*.db-journal
*.db-wal

# Environment
.env
.env.*

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Docker
docker-compose.override.yaml

# Generated SDK build artifacts (source is committed)
sdks/python/.tox/
sdks/python/dist/
sdks/python/*.egg-info/
sdks/typescript/node_modules/
sdks/typescript/dist/

# Private docs
docs/private/
.claude/