feat: 添加超星学习通自动评教脚本及配置文件
实现超星学习通自动评教功能,支持账号密码登录和二维码登录 添加配置文件模板、依赖文件及gitignore配置
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
*.egg
|
||||
|
||||
# Virtual environment
|
||||
venv/
|
||||
env/
|
||||
.venv/
|
||||
.env/
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
|
||||
# Project specific - config with sensitive credentials
|
||||
data/config.py
|
||||
data/config.json
|
||||
|
||||
# Project specific - generated QR code images
|
||||
data/*.png
|
||||
Reference in New Issue
Block a user