first commit

This commit is contained in:
Tomáš Dvořák
2025-10-02 12:39:28 +02:00
commit 0fc92f8464
60 changed files with 11834 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
main
# Test binary
*.test
# Output of the go coverage tool
*.out
# Database files
*.sqlite
*.db
# Logos directory
logos/
# Go workspace file
go.work
# IDE
.vscode/
.idea/
*.swp
*.swo
*~