feat: 添加云端部署准备工作

- 添加 .env.example 环境变量模板
- 创建部署辅助脚本(run_crawler.sh、health_check.sh、backup.sh)
- 更新 .gitignore 排除备份目录
- 添加云端部署指南文档
This commit is contained in:
ztb-system
2026-02-25 10:27:36 +08:00
parent d823936436
commit 5f93dbe5e4
6 changed files with 786 additions and 0 deletions

3
.gitignore vendored
View File

@@ -19,6 +19,9 @@ temp_files/
# Attachments (large files)
data/attachments/
# Backups
backups/
# Environment
.env
venv/