feat: 初始提交

This commit is contained in:
anonymous
2025-10-21 09:38:26 +08:00
committed by t59688
parent 2965b8e28f
commit c9fc816fab
175 changed files with 23968 additions and 87 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
/.vscode
/.venv
/frontend/.vscode
/frontend/node_modules
/backend/app/__pycache__/*.pyc
*.pyc
/backend/dist
/backend/storage/*.db
# 环境变量文件
.env
.env.*
.env.local
.env.development
.env.production
.env.test
# 保留 .env.example
!.env.example
__pycache__/
*.py[cod]
*$py.class
*.pyc
*.pyo
*.pyd