/ mcp-scan / .gitignore
.gitignore
 1  .ruff_cache/
 2  .pytest_cache/
 3  .mypy_cache/
 4  .coverage
 5  .coverage.*
 6  htmlcov/
 7  
 8  build/
 9  dist/
10  *.egg-info/
11  uv.lock