This commit is contained in:
gabrielkheisa
2025-04-19 20:05:02 +07:00
commit 56503c065d
11 changed files with 372 additions and 0 deletions

37
.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
# Go build artifacts
*.exe
*.exe~
*.out
*.test
# Go module files
go.sum
# IDE/editor files
.vscode/
.idea/
*.swp
*.swo
# Windows files
Thumbs.db
Desktop.ini
# Logs
*.log
# Archive files
*.zip
*.tar
*.tar.gz
# Systray tray icon (you may want to ignore it if it's generated)
# icon.ico
# GitHub Actions artifacts (if manually downloaded)
*.7z
*.rar
# Build folders (if any)
bin/
dist/