mirror of
https://github.com/jmagar/unraid-mcp.git
synced 2026-03-02 00:04:45 -08:00
22 lines
234 B
Plaintext
22 lines
234 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
.venv-backend
|
|
.env
|
|
.env.local
|
|
*.log
|
|
|
|
.bivvy
|
|
.cursor
|
|
|
|
|
|
web-ui/frontend/node_modules
|
|
web-ui/backend/.venv-backend/
|
|
.pnpm-store/ |