feat: EmailManager initial commit — Python Google APIs (Gmail, Calendar), Telegram Bot API, Ollama (local LLM), Craigslist RSS, OpenStreetMap/Overpass

This commit is contained in:
2026-07-03 12:15:46 -04:00
commit 8e3216957c
9 changed files with 2407 additions and 0 deletions
+51
View File
@@ -0,0 +1,51 @@
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyc
*.pyd
.Python
*.egg
*.egg-info/
# Virtual environments
.venv/
venv/
env/
ENV/
# Environment / secrets — NEVER commit these
.env
.env.*
!.env.example
# Google OAuth credentials and tokens — contain secrets
credentials.json
token_*.pickle
# State / cache files
last_check.json
# Backup files
*.bak
*.bak2
# Logs and output
*.log
*.txt
!requirements.txt
# Build / dist
build/
dist/
output/
# Type checking / linting caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
# OS artifacts
.DS_Store
Thumbs.db
desktop.ini