# Secrets
credentials.json
token.json

# Runtime state and output
state.json
digests/
.morning-brief/

# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.coverage
htmlcov/
*.egg-info/
dist/
build/
.venv/
venv/
.env

# Editors
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db
