This commit is contained in:
ChuXun
2026-01-18 18:48:20 +08:00
commit 609b2334e8
13 changed files with 2220 additions and 0 deletions

22
.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
# 敏感配置文件
config.ini
# Python虚拟环境
venv/
*.pyc
__pycache__/
# 运行时生成的文件
.last_grade_*.txt
.last_grade_*.html
.last_courses.txt
.debug_response.html
monitor.log
# 备份文件
*.backup
*_old.*
# 系统文件
.DS_Store
Thumbs.db