first commit

This commit is contained in:
sjk
2025-12-19 22:36:48 +08:00
commit 6802624e59
185 changed files with 43430 additions and 0 deletions

39
go_backend/.gitignore vendored Normal file
View File

@@ -0,0 +1,39 @@
# .gitignore for Go Backend
# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
ai_xhs
ai_xhs.exe
# Test binary
*.test
# Output of the go coverage tool
*.out
# Dependency directories
vendor/
# Go workspace file
go.work
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Logs
*.log
# OS
.DS_Store
Thumbs.db
# Config (如果包含敏感信息,取消注释下面这行)
# config/*.yaml