MCP Server Replicate

# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # C extensions *.so # Distribution / packaging dist/ build/ *.egg-info/ *.egg # Virtual environments venv/ env/ .env/ .venv/ # IDE specific files .idea/ .vscode/ *.swp *.swo .project .pydevproject .settings/ # Testing .pytest_cache/ .coverage htmlcov/ .tox/ # Logs and databases *.log *.sqlite *.db # Local development settings .env .env.local .env.*.local # Jupyter Notebook .ipynb_checkpoints # mypy .mypy_cache/ .dmypy.json dmypy.json # Documentation docs/_build/