feat: add backend

This commit is contained in:
2026-05-27 19:44:03 +08:00
parent 93505fdaab
commit 88a0c45f5b
7 changed files with 355 additions and 0 deletions

10
.gitignore vendored
View File

@@ -25,3 +25,13 @@ go.work.sum
# env file
.env
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv