mirror of
https://github.com/jmagar/unraid-mcp.git
synced 2026-03-23 12:39:24 -07:00
- info.py: fix InfoVersions queries (core/packages nesting), Connect fields, CpuUtilization.percentTotal, Service fields, Server fields, Flash, UPS - health.py: align versions.core.unraid path in health check query/handler - docker.py: logs subfield selection, networks nesting, port_conflicts fields, check_updates fields, network_details client-side filtering - storage.py: replace non-existent unassignedDevices with disks query - keys.py: add permissions subfields, remove lastUsed (not on ApiKey) - test_query_validation.py: update docker mutations coverage to include 11 organizer mutations; fix comprehensive check query shape - test_docker.py: update networks mock to match new docker.networks nesting
69 lines
996 B
Plaintext
69 lines
996 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
*.egg
|
|
|
|
# Tool artifacts (pytest, ruff, ty, coverage all write here)
|
|
.cache/
|
|
|
|
# Legacy artifact locations (in case tools run outside pyproject config)
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.ty_cache/
|
|
htmlcov/
|
|
.coverage
|
|
coverage.xml
|
|
|
|
# Virtual environments
|
|
.venv
|
|
.venv-backend
|
|
|
|
# Environment files (only .env.example is tracked)
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# IDE/Editor
|
|
.bivvy
|
|
.cursor
|
|
.windsurf/
|
|
.1code/
|
|
.emdash.json
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.bak-*
|
|
|
|
# Claude Code user settings (gitignore local settings)
|
|
.claude/settings.local.json
|
|
|
|
# Serena IDE configuration
|
|
.serena/
|
|
|
|
# Documentation and session artifacts
|
|
.docs/
|
|
.full-review/
|
|
/docs/plans/
|
|
/docs/sessions/
|
|
/docs/reports/
|
|
/docs/research/
|
|
/docs/superpowers/
|
|
|
|
# Test planning documents
|
|
/DESTRUCTIVE_ACTIONS.md
|
|
|
|
# Google OAuth client secrets
|
|
client_secret_*.apps.googleusercontent.com.json
|
|
|
|
web-ui/frontend/node_modules
|
|
web-ui/backend/.venv-backend/
|
|
.pnpm-store/
|