G05-Customer_Sentiment/.gitignore
于洋 4553a1794d feat(agent): 添加LLM解释功能并本地化界面
添加使用DeepSeek API生成自然语言解释的功能
将streamlit界面从英文翻译为中文
更新依赖项添加requests库
移除.gitignore中不必要的数据文件排除规则
2026-01-15 20:12:33 +08:00

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