Databricks MCP Server

by JustTryAI
Verified
# Python virtual environments venv/ .venv/ env/ ENV/ # Python bytecode __pycache__/ *.py[cod] *$py.class # Distribution / packaging dist/ build/ *.egg-info/ # Local development settings .env .env.local # IDE settings .idea/ .vscode/ *.swp *.swo # OS specific files .DS_Store Thumbs.db # Logs *.log logs/ # Temporary files tmp/ temp/ # uv package manager files .uv/ uv.lock # Databricks-specific *.dbfs # C extensions *.so # Distribution / packaging .Python develop-eggs/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ .installed.cfg *.egg MANIFEST # PyInstaller *.manifest *.spec # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ .pytest_cache/ # Environments env.bak/ venv.bak/ # IDEs and editors *.swp *.swo *~ # OS generated files .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Log files *.log