23 lines
264 B
Plaintext
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
|