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
+42
View File
@@ -0,0 +1,42 @@
# 敏感文件
.env
!.env.example
# 本地配置(使用时从 config.json.example 拷贝并修改)
config.json
!config.json.example
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
.venv
# 测试
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
# IDE
.idea/
.vscode/
*.swp
*.swo
# 数据文件
news-data/
*.log
# Claude/其他代理数据
.omc/
.claude/
# Git worktrees
.worktrees/