添加使用DeepSeek API生成自然语言解释的功能 将streamlit界面从英文翻译为中文 更新依赖项添加requests库 移除.gitignore中不必要的数据文件排除规则
20 lines
206 B
Plaintext
20 lines
206 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# Environment and secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Artifacts and models
|
|
artifacts/
|
|
*.joblib
|