Initial commit.

This commit is contained in:
2025-10-11 17:15:56 +00:00
commit 2b61d99951
23 changed files with 1755 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# Daemon build artifacts
build/
dist/
wildd
*.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