Initial commit

This commit is contained in:
Daniel Sy 2025-03-25 17:53:35 +01:00
commit 600e641560
Signed by untrusted user who does not match committer: Daniel.Sy
GPG key ID: 1F39A8BBCD2EE3D3
11 changed files with 394 additions and 0 deletions

34
.gitignore vendored Normal file
View file

@ -0,0 +1,34 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Go workspace file
go.work
# Go modules
go.mod
go.sum
# Dependency directories
vendor/
# IDE and editor files
.idea/
.vscode/
*.swp
# Logs
*.log
# OS generated files
.DS_Store
Thumbs.db
# Custom files
loic