# Virtual environment
.venv/
venv/
env/

# OAuth credentials and tokens — NEVER COMMIT OR SHARE THESE
credentials/*.json
tokens/
*token*.json
downloads_archive_folder.json

# Python
__pycache__/
*.py[cod]
.mypy_cache/
.pytest_cache/

# macOS
.DS_Store

# Logs
*.log
