Files
proxmox-mcp-custom/.gitignore
Ben 9c7e2d41dc
All checks were successful
Build and Push Proxmox MCP Docker Image / build (push) Successful in 7s
Initial commit: Custom Proxmox MCP with SSE wrapper
2025-12-14 20:52:58 +00:00

20 lines
174 B
Plaintext

# Environment files with credentials
.env
.env.local
.env.*.local
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
# IDE
.vscode/
.idea/
# OS
.DS_Store