report_generation/.gitignore
xxy 88793da902 Add .env file
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-05 18:48:04 +08:00

14 lines
105 B
Plaintext

# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
# 环境与日志
logs/
# IDE
.idea/
.vscode/