# Credentials - NEVER commit these
.gmail-mcp/
*.keys.json
token.json
credentials.json

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
env/
.env

# IDE
.idea/
.vscode/
*.swp
*.swo

# Build
build/
dist/
*.egg-info/
.eggs/

# Testing
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db

# Claude Code
.claude/
.scratchpad/
tmpclaude-*
CLAUDE.md

# Lock files (regenerated by uv)
uv.lock
