Files
unraid-mcp/.gitignore
2025-09-28 22:09:26 -04:00

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/