mirror of
https://github.com/jmagar/unraid-mcp.git
synced 2026-03-23 04:29:17 -07:00
- plugin.json: bump version 0.2.0 → 0.4.0 to match pyproject.toml - Dockerfile: update uv 0.5.4 → 0.6 (global CLAUDE.md requires 0.10+) - .dockerignore: exclude tests/, docs/, scripts/, commands/, .full-review/, .claude-plugin/, *.md (keep README.md) — reduces image size
32 lines
274 B
Plaintext
32 lines
274 B
Plaintext
Dockerfile
|
|
.dockerignore
|
|
.git
|
|
.gitignore
|
|
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.env
|
|
.env.local
|
|
.env.*
|
|
*.log
|
|
logs/
|
|
*.db
|
|
*.sqlite3
|
|
instance/
|
|
.pytest_cache/
|
|
.ty_cache/
|
|
.venv/
|
|
venv/
|
|
env/
|
|
.vscode/
|
|
cline_docs/
|
|
tests/
|
|
docs/
|
|
scripts/
|
|
commands/
|
|
.full-review/
|
|
.claude-plugin/
|
|
*.md
|
|
!README.md
|