.venv/
__pycache__/
*.pyc
.env
.msal_token_cache.json
.auth_record.json
.blumkin.toml
*.egg-info/
dist/
build/
.DS_Store
.worktrees/
.ruff_cache/
.pytest_cache/
.mypy_cache/

# Credential / token material — never committed (blumkin keeps these under
# ~/.config/blumkin/, but guard the repo tree too).
*token*.json
client_secret*.json
credentials*.json
*.pem
config.toml

# Operator-context files — personal names / addresses / notes / prompts. Live
# under ~/.config/blumkin/ (or $BLUMKIN_CONFIG_DIR), never in this repo.
email-context.md
tasks/
