perf(docker): isolate high-frequency image payloads (#6365)

This commit is contained in:
InfinityPacer
2026-08-20 14:47:06 +08:00
committed by GitHub
parent 23f5d59c74
commit 4e3a6c8032
9 changed files with 376 additions and 48 deletions
+26 -5
View File
@@ -10,14 +10,17 @@ LICENSE
# Development files
.pylintrc
*.pyc
__pycache__/
*.pyo
*.pyd
**/*.pyc
**/__pycache__/
**/*.pyo
**/*.pyd
.Python
*.so
**/*.so
.pytest_cache/
.ruff_cache/
.coverage
coverage.json
coverage.xml
htmlcov/
.tox/
.nox/
@@ -27,12 +30,30 @@ htmlcov/
dmypy.json
# Virtual environments
.venv/
.worktrees/
venv/
env/
ENV/
env.bak/
venv.bak/
# Runtime state and locally synchronized payloads
.build/
.agent-work/
.runtime/
.tmp/
node_modules/
public/
.moviepilot.env
.env
.env.*
config/*
!config/category.yaml
app/plugins/**
!app/plugins/__init__.py
app/application/site/*.bin
# IDE
.vscode/
.idea/