forked from HomeLab/unraid-mcp
28 lines
355 B
Plaintext
28 lines
355 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
.venv-backend
|
|
.env
|
|
.env.local
|
|
*.log
|
|
logs/
|
|
.bivvy
|
|
.cursor
|
|
|
|
# Serena IDE configuration
|
|
.serena/
|
|
|
|
# Google OAuth client secrets
|
|
client_secret_*.apps.googleusercontent.com.json
|
|
|
|
web-ui/frontend/node_modules
|
|
web-ui/backend/.venv-backend/
|
|
.pnpm-store/
|