Files
google-mcp/.dockerignore
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

42 lines
475 B
Plaintext

# Git and version control
.git
.gitignore
gitdiff.txt
# Documentation and notes
*.md
AUTHENTICATION_REFACTOR_PROPOSAL.md
leverage_fastmcp_responses.md
# Test files and coverage
tests/
htmlcov/
.coverage
pytest_out.txt
# Build artifacts
build/
dist/
*.egg-info/
# Development files
mcp_server_debug.log
.credentials/
# Cache and temporary files
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
.pytest_cache/
# IDE files
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db