All checks were successful
Build and Push Proxmox MCP Docker Image / build (push) Successful in 8s
21 lines
188 B
Plaintext
21 lines
188 B
Plaintext
# Environment files with credentials
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
clusters.json
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|