Files
ztb/.gitignore
ztb-system 5f93dbe5e4 feat: 添加云端部署准备工作
- 添加 .env.example 环境变量模板
- 创建部署辅助脚本(run_crawler.sh、health_check.sh、backup.sh)
- 更新 .gitignore 排除备份目录
- 添加云端部署指南文档
2026-02-25 10:27:36 +08:00

48 lines
393 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
# Data files
*.csv
*.json
full_content.txt
preamble_content.txt
# Logs
logs/
*.log
# Temporary files
temp_files/
# Attachments (large files)
data/attachments/
# Backups
backups/
# Environment
.env
venv/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
Thumbs.db
.DS_Store
# Testing
.pytest_cache/
coverage.xml
# Build
build/
dist/
*.egg-info/