
- 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
30 lines
326 B
Plaintext
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/
|
|
|