# Secrets and OAuth credentials — never commit these
/token.json
/credentials.json
# Default token_storage_path (Settings.gmail.token_storage_path)
token.json
# Encrypted token store (Settings.gmail.token_storage_path)
/.secrets/
# Build artifacts
/dist/
/build/
*.egg-info/
# Local persistence, encrypted token store, and downloaded model artifacts
*.db
*.sqlite
*.sqlite3
/models/
.config/agentic-mail-mcp/
__pycache__/
*.py[codz]
*$py.class
.env
.env*.local
.env.development
.env.production
backend/keys/
*.pem
*.log
/.coverage
/.opencode/settings.local.json
