
Merge pull request implementing complete PyPI query MCP server with comprehensive features and CI/CD pipeline.
25 lines
270 B
Plaintext
25 lines
270 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
|
|
|