Google Search Console MCP

by AminForou
Verified
# Python-generated files __pycache__/ *.py[oc] build/ dist/ wheels/ *.egg-info/ *.egg # Virtual environments .venv/ venv/ ENV/ env/ # Environment and credentials .env *.env service_account_credentials.json credentials.json token.json # Editor-specific files .vscode/ .idea/ *.sublime-* *.swp *.swo *~ # OS-specific files .DS_Store Thumbs.db desktop.ini # Testing and coverage .coverage .coverage.* htmlcov/ .pytest_cache/ .tox/ nosetests.xml coverage.xml *.cover # Documentation docs/_build/ site/ # Logs *.log