Initial commit

Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
Thomas Klaehn
2026-02-10 11:47:49 +01:00
commit c54fa58c35
17 changed files with 1834 additions and 0 deletions

49
.gitignore vendored Normal file
View File

@@ -0,0 +1,49 @@
# Binaries
zwift-monitor
*.exe
*.exe~
*.dll
*.so
*.dylib
# Data directories
data/
/data
# Config files with credentials
config.yaml
.env
# State files
*.json
!go.mod
!go.sum
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
# Dependency directories
vendor/
# Go workspace file
go.work
# IDE
.idea
.vscode
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Token cache
.zwift-token.json