Files
GPA_Monitoring/.gitignore
ChuXun 609b2334e8 1
2026-01-18 18:48:20 +08:00

23 lines
264 B
Plaintext

# 敏感配置文件
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