Files
unraid-mcp/.gitignore
2025-06-11 16:35:24 -04:00

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/