├── news.db ← SQLite DB (auto-created on first run) ├── news_cache.json ← raw API cache (auto-created on fetch) └── aggregator.log ← log file (auto-created on first run) ...