Add support for Google Tasks

This commit is contained in:
Taylor Wilsdon
2025-07-09 11:54:46 -04:00
parent 8adf719c58
commit 75bb6c4d90
3 changed files with 783 additions and 0 deletions

46
.dxtignore Normal file
View File

@@ -0,0 +1,46 @@
# ---- Python artefacts --------------------------------------------------
__pycache__/
*.py[cod]
*.so
# ---- Packaging ---------------------------------------------------------
*.egg-info/
build/
dist/
# ---- Environments & tooling -------------------------------------------
.env
.venv/
venv/
.idea/
.vscode/
# ---- macOS clutter -----------------------------------------------------
.DS_Store
# ---- Secrets & Credentials --------------------------------------------
client_secret.json
.credentials/
*.json
*.key
*.pem
*.p12
*.crt
*.der
token.pickle
credentials.json
# ---- Test & Debug Files -----------------------------------------------
.coverage
pytest_out.txt
mcp_server_debug.log
diff_output.txt
# ---- Temporary & Build Files ------------------------------------------
*.tmp
*.log
*.pid
*.swp
*.swo
*~