Code Analysis MCP Server

.aider* # Python-generated files __pycache__/ *.py[oc] build/ dist/ wheels/ *.egg-info/ *.so # Virtual environments .venv/ venv/ ENV/ .aider*/ .env .python-version # Development environments .idea/ .vscode/ *.swp *.swo .DS_Store *.sublime-* .settings/ .project .pydevproject # Testing .coverage htmlcov/ .pytest_cache/ .tox/ .hypothesis/ .nox/ # Distribution *.egg *.whl pip-log.txt pip-delete-this-directory.txt # Logs and databases *.log *.sqlite *.db # Cache directories .mypy_cache/ .ruff_cache/ .pytest_cache/