auto-save 2026-05-12 15:47 (+2, ~3)

This commit is contained in:
2026-05-12 15:51:42 +08:00
parent bbd41fad52
commit 2e45ad9d16
96 changed files with 10989 additions and 1 deletions

10
.gitignore vendored
View File

@@ -1,4 +1,6 @@
node_modules/
.next/
out/
dist/
build/
.env
@@ -10,3 +12,11 @@ __pycache__/
.vscode/
.idea/
*.log
# api
api/.venv/
api/jobs/
# web
web/.next/
web/out/