Files
chaoxing_evaluate/.gitignore
EchoZenith 4185141e7e feat: 添加超星学习通自动评教脚本及配置文件
实现超星学习通自动评教功能,支持账号密码登录和二维码登录
添加配置文件模板、依赖文件及gitignore配置
2026-05-04 23:07:19 +08:00

31 lines
320 B
Plaintext

# 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