initial commit

This commit is contained in:
2025-12-07 00:32:24 +07:00
commit 39867908f7
5 changed files with 198 additions and 0 deletions

28
.gitignore vendored Normal file
View File

@@ -0,0 +1,28 @@
# Binaries for the current project
*.exe
*.dll
*.so
*.dylib
# Go build cache
.cache/go-build/
# IDE-specific files and directories
.idea/
.vscode/
*.iml
*.ipr
*.iws
# Operating system specific files
.DS_Store
Thumbs.db
# Test coverage output
*.out
# Dependency management tools (if not vendoring)
vendor/ # Uncomment if you are not vendoring dependencies
# Log files
*.log