feat: 军事科技每日资讯推送系统 - Docker部署 + 日志系统 + 数据目录重组

This commit is contained in:
poiuy
2026-07-12 20:01:02 +08:00
commit 54ca4b1b6a
267 changed files with 47047 additions and 0 deletions
+45
View File
@@ -0,0 +1,45 @@
# 环境配置(含敏感凭据)
.env
config/.env
my-daily/.env
config.json
my-daily/config.json
# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/
# 虚拟环境
venv/
.venv/
env/
.mypy_cache/
# 运行时数据
data/
output/
logs/
cache/
# Docker 镜像(太大)
*.tar
# 日志
*.log
# IDE
.vscode/
.idea/
*.swp
*.swo
# Docker
.docker/
# OS
.DS_Store
Thumbs.db