首次提交

This commit is contained in:
2026-07-18 20:09:26 +08:00
commit 521ad3b635
48 changed files with 7199 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Python
__pycache__/
*.pyc
*.db
.env
.venv/
# Frontend
frontend/node_modules/
frontend/dist/
# IDE
.idea/
.vscode/