Files
mcp-presenton/.gitignore
Emanuel Almeida f7032262ee Initial commit: MCP server for Presenton integration
- server.py: MCP wrapper para API REST slide.descomplicar.pt
- requirements.txt: fastmcp, httpx
- .gitignore: Python standard
2026-03-04 19:58:46 +00:00

25 lines
222 B
Plaintext

__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
ENV/
dist/
build/
*.egg-info/
.eggs/
pip-log.txt
pip-delete-this-directory.txt
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
*.log
.env
.env.*
*.sqlite3