MCP Rand

# Dependencies node_modules/ .pnp/ .pnp.js # Build output build/ dist/ *.tsbuildinfo # Testing coverage/ .nyc_output/ test_reports/ .pytest_cache/ # IDEs and editors .idea/ .vscode/ *.swp *.swo .DS_Store .env # Debug logs npm-debug.log* yarn-debug.log* yarn-error.log* # Flutter - ignore everything in flutter_tests except specific test files test/flutter_tests/* !test/flutter_tests/test/ test/flutter_tests/test/* !test/flutter_tests/test/basic_test.dart !test/flutter_tests/test/widget_test.dart # Go specific *.exe *.exe~ *.dll *.so *.dylib *.test *.out go.work