papernews/.gitignore
Dave Campbell e31282cbb5 Initial release of Papernews
Daily AI-curated newspaper PDF delivered via Telegram. Fetches RSS feeds,
summarizes top stories with Claude, compiles a LaTeX PDF in newspaper layout.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-08 12:41:55 +00:00

10 lines
103 B
Text

# Credentials — never commit these
.env
# Generated PDFs
output/
# Python
__pycache__/
*.pyc
*.pyo