# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/

# Virtual environments
venv/
.venv/

# Secrets and auth artifacts
credentials.json
token.json
google_docs_mcp_server/oauth_client.json

# OS/editor
.DS_Store
.vscode/
.env
.coverage
htmlcov/
dist/
build/
*.egg-info/
vscode-extension/node_modules/
vscode-extension/out/
vscode-extension/*.vsix
