Files
google-mcp/.gitignore
jason 395f0e2029
Some checks failed
Check Maintainer Edits Enabled / check-maintainer-edits (pull_request) Has been cancelled
Check Maintainer Edits Enabled / check-maintainer-edits-internal (pull_request) Has been cancelled
Docker Build and Push to GHCR / build-and-push (pull_request) Has been cancelled
Ruff / ruff (pull_request) Has been cancelled
feat: initial commit from workspace-mcp
2026-03-17 19:23:33 -05:00

40 lines
877 B
Plaintext

# ---- Python artefacts --------------------------------------------------
__pycache__/
*.py[cod]
*.so
.mcp.json
claude.md
.beads/*
.beads/issues.jsonl
# ---- Packaging ---------------------------------------------------------
*.egg-info/
build/
dist/
# ---- Environments & tooling -------------------------------------------
.env
.venv/
venv/
.idea/
.vscode/
# ---- macOS clutter -----------------------------------------------------
.DS_Store
# ---- Secrets -----------------------------------------------------------
client_secret.json
# ---- Logs --------------------------------------------------------------
mcp_server_debug.log
# ---- Local development files -------------------------------------------
/.credentials
/.claude
.serena/
Caddyfile
ecosystem.config.cjs
# ---- Agent instructions (not for distribution) -------------------------
.github/instructions/