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 f496eebe2a
17 changed files with 1835 additions and 0 deletions

49
.dockerignore Normal file
View File

@@ -0,0 +1,49 @@
# Git
.git
.gitignore
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# Data directories
data/
/data
# Build artifacts
*.exe
*.exe~
*.dll
*.so
*.dylib
zwift-monitor
# Test files
*_test.go
testdata/
# IDE
.idea
.vscode
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Documentation
README.md
*.md
# Config files (will be mounted)
config.yaml
.env
# Logs
*.log
# State files
*.json