Initial implementation

This commit is contained in:
2025-12-10 11:10:52 +01:00
parent cff9defc4a
commit 4cb97a25ba
26 changed files with 2714 additions and 1 deletions

50
.gitignore vendored Normal file
View File

@@ -0,0 +1,50 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
# Go workspace file
go.work
go.work.sum
# Dependency directories
vendor/
# Build output
bin
/bin
*.o
*.a
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Configuration files (keep example)
config.ini
!config.example.ini
# Log files
*.log
# Temporary files
tmp/
temp/
*.tmp
# OS generated files
Thumbs.db
.Spotlight-V100
.Trashes