first commit

This commit is contained in:
M1ngdaXie
2025-12-29 16:29:24 -08:00
commit 37d89b13b9
48 changed files with 7334 additions and 0 deletions

31
backend/.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
# Environment variables
.env
.env.local
.env.*.local
# Compiled binaries
server
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binaries
*.test
# Go build artifacts
*.out
/bin/
/pkg/
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS-specific files
.DS_Store
Thumbs.db