feat(project): 项目完结

This commit is contained in:
peakxy
2026-05-30 23:16:49 +08:00
commit 60e7777cbd
97 changed files with 15027 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Local secret env files
.env
.env.local
.env.*.local
# IDE
.idea/
.vscode/
# Build output
/bin/
*.test
*.out
# Frontend artefacts
frontend/.next/
frontend/node_modules/