chore: Phase 0 统一命名与仓库卫生

统一 daily-robots 命名、修正示例路径与 User-Agent,并清理 tmp 与 IDE 追踪文件。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-03 14:45:19 +08:00
parent 1dc2fed5fa
commit 88d08c0da9
12 changed files with 11 additions and 41 deletions

6
.gitignore vendored
View File

@@ -5,4 +5,8 @@ logs/
bot/.env
bot/.venv/
bot/.cache/
output
output
__pycache__/
*.pyc
.idea/
tmp_*