1
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user