mirror of
https://gitee.com/houhuan/TrendRadar.git
synced 2026-05-01 00:12:42 +08:00
feat: v2.0.0 重大重构
- 配置管理重构:统一使用 config/config.yaml - 运行模式升级:支持 daily/current/incremental 三种模式 - Docker 支持:完整容器化部署方案 - 新增配置文件:config/config.yaml 和 config/frequency_words.txt
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
.git/
|
||||
.gitignore
|
||||
*.md
|
||||
README.md
|
||||
|
||||
output/
|
||||
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
*.so
|
||||
.pytest_cache/
|
||||
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
docker/.env
|
||||
|
||||
_image/
|
||||
|
||||
.github/
|
||||
|
||||
*.log
|
||||
.env.local
|
||||
.env.*.local
|
||||
version
|
||||
index.html
|
||||
Reference in New Issue
Block a user