first commit

This commit is contained in:
2026-02-22 23:47:58 +03:00
commit 3f8082abcd
7 changed files with 227 additions and 0 deletions

26
.dockerignore Normal file
View File

@@ -0,0 +1,26 @@
# Binaries
speedtest-server
*.exe
# Go
*.o
*.a
vendor/
# Git
.git/
.gitignore
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
# Keep only what's needed
Dockerfile*
docker-compose*
*.md