Add support for Google Tasks
This commit is contained in:
46
.dxtignore
Normal file
46
.dxtignore
Normal 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
|
||||
*~
|
||||
|
||||
Reference in New Issue
Block a user