pypi-query-mcp/.gitignore
longhao 3cbb43f2d6 docs: update README with standard MCP server configuration
- Add comprehensive configuration examples for Claude Desktop, Cline, Cursor, and Windsurf
- Include proper uvx installation and usage instructions
- Add environment variables documentation
- Include practical usage examples and conversation patterns
- Follow standard Python MCP server documentation format
- Add pypi-query-mcp-server script entry point for uvx compatibility
2025-05-27 13:44:28 +08:00

30 lines
326 B
Plaintext

# Byte-compiled / optimized / DLL files
*.py[cod]
# PyCharm project files
.idea/
# Vim / Notepad++ temp files
*~
# Coverage output
.coverage
# Documentation build folders.
docs/_*
docs/src/*
target/*
/venv/
/run_pycharm.bat
/.nox/
/build/
/coverage.xml
/.zip/
.env
dist/
.vscode/
.ruff_cache/
.mypy_cache/
.pytest_cache/