feat: daily paper rss generator with dockerfile + entrypoint

This commit is contained in:
Kunthawat Greethong
2026-06-27 14:36:43 +07:00
parent ffe8769875
commit 23fed6dd64
5 changed files with 242 additions and 33 deletions

38
.gitignore vendored
View File

@@ -1,37 +1,9 @@
# Byte-compiled / optimized files
# Python
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
*.egg-info/
dist/
build/
# Virtual environments
venv/
env/
.env/
.venv/
venv/
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
# OS specific files
.DS_Store
Thumbs.db
# Local testing/development
*.bak
*.tmp
.coverage
htmlcov/
# Exclude the HTML file downloaded from HF (if you keep test files locally)
*Daily Papers - Hugging Face.html
# Uncomment the line below if you don't want to commit generated feed files
# *.xml
# Local test output
feeds/
test_*/