Initial vmc CLI

This commit is contained in:
Vault Sovereign
2025-12-26 19:35:03 +00:00
commit a075fcf95f
37 changed files with 3967 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# secrets
.env*
!.env.example
*.key
*.pem
# deps/build
node_modules/
dist/
# generated evidence
outputs/
# misc
*.log
.DS_Store
__MACOSX/