mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-12 01:45:14 +02:00
Introduce SDK generation scaffolding: commit a static openapi.json extracted from the Utoipa annotations via a golden-file test, add Stainless workspace/config for TypeScript and Python SDKs, and clean up operation IDs for ergonomic generated method names. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
19 lines
210 B
Text
19 lines
210 B
Text
/target
|
|
**/target
|
|
*.lance
|
|
*.nano
|
|
*.nanograph
|
|
.DS_Store
|
|
.env
|
|
.env.*
|
|
*.tfstate
|
|
*.tfstate.*
|
|
.terraform/
|
|
.terraform.lock.hcl
|
|
*.tfvars
|
|
!*.tfvars.example
|
|
__pycache__/
|
|
*.pyc
|
|
demo/*.omni/
|
|
.omnigraph-rustfs-demo/
|
|
sdks/
|