Files
daily-robots/.gitignore
yumao 88d08c0da9 chore: Phase 0 统一命名与仓库卫生
统一 daily-robots 命名、修正示例路径与 User-Agent,并清理 tmp 与 IDE 追踪文件。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-03 14:45:19 +08:00

13 lines
101 B
Plaintext

.env
.env.local
logs/
.cache/
bot/.env
bot/.venv/
bot/.cache/
output
__pycache__/
*.pyc
.idea/
tmp_*