首次提交

This commit is contained in:
yangy
2026-05-21 15:20:12 +08:00
commit 3224041990
32 changed files with 1504 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# Binaries
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test & coverage
*.test
*.out
coverage.html
# Go workspace
vendor/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Env & secrets
.env
.env.local
# OS
.DS_Store
Thumbs.db