feat: Refactor ntfy client to use SSE streaming for faster message delivery and add .DS_Store to gitignore.

This commit is contained in:
2026-03-15 13:40:36 -07:00
parent bddbd69371
commit 2d0e946a8d
2 changed files with 1 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@ __pycache__/
*.pyc *.pyc
.mainline_venv/ .mainline_venv/
.mainline_cache_*.json .mainline_cache_*.json
.DS_Store