diff --git a/.gitignore b/.gitignore index 990e988..e3529a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,19 @@ +# Dependencies & Build node_modules/ dist/ -.env *.tsbuildinfo + +# Environment +.env + +# Editor & Tools .claude +.smithery +.vscode + +# MCP Registry .mcpregistry_registry_token .mcpregistry_github_token -.smithery \ No newline at end of file + +# Contribute Now +.contributerc.json