init command

This commit is contained in:
2026-01-13 11:07:51 +00:00
commit f9046d63f7
5 changed files with 327 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
## Generated binaries
pb
## Build artifacts and caches
.cache/
# bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
## Go build specific
/vendor/
## Editor temporary files
*.swp
*.swo
.vscode/
.idea/
## macOS
.DS_Store