Initial commit: RSS feed viewer with Docker setup

This commit is contained in:
2026-01-29 16:44:30 +01:00
commit e14ec47990
11 changed files with 1618 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
.venv/
venv/
env/
ENV/
# Python tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Build artifacts
build/
dist/
*.egg-info/
# Editor/OS files
.vscode/
.idea/
.DS_Store
Thumbs.db