Initial commit.

This commit is contained in:
2025-10-11 17:19:11 +00:00
commit 24245e46e8
33 changed files with 4206 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# Cli build artifacts
build/
dist/
wild
*.deb
__debug*
# Go build cache
*.o
*.a
*.so
__debug*
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
*.cover
*.coverage
# Go workspace file
go.work
go.work.sum