This commit is contained in:
2026-01-30 23:45:13 +01:00
commit 7df2651208
5 changed files with 244 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
# Output of the go generate command
*.out
# Dependency directories (go modules)
/vendor/
# Go build cache
.cache/go-build/
# Database files
*.db