servuo-plugins: add README and .gitignore

Repo-level README (adapted from the link repo's plugin docs) plus a
Sidecar & deployment section describing the runtime protocol relationship
with the Rust sidecar in RunicGateway/link.
This commit is contained in:
Claude
2026-07-18 00:57:33 -05:00
parent e9856212ce
commit ea12ac3f94
2 changed files with 132 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
bin/
obj/
*.user
*.suo
.vs/
*.dll
*.exe
*.pdb
*.log