更新课评系统代码

This commit is contained in:
qiuyan
2026-06-02 23:01:58 +08:00
parent f8c4b6174f
commit cd05b8a5a7
45 changed files with 8260 additions and 345 deletions

6
.gitignore vendored
View File

@@ -1,6 +1,12 @@
# 环境变量文件(包含敏感信息)
.env
# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
# 其他常见忽略项
*.log
*.tmp