mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-01 21:47:50 +08:00
* fix(resource): select free-threaded extension ABI * chore(deps): require moviepilot-rust 0.2.9 * perf: add free-threaded runtime comparison * feat: add free-threaded runtime profile * chore(deps): require moviepilot-rust 0.3.0 * test: isolate system endpoint import graph * fix(docker): preserve runtime profile during recovery * feat(runtime): expose active GIL state * feat(plugin): log GIL fallback attribution * test: refresh runtime observability dependency baseline * fix(plugin): validate the active uv runtime profile * test(runtime): expand free-threaded benchmark evidence * docs(runtime): define v3t governance gates * test(runtime): separate rust benchmark modes * docs: sync free-threaded architecture baseline * perf: add PostgreSQL driver comparison * docs(runtime): record final free-threaded evidence * fix(runtime): converge dual-profile dependency verification * fix(runtime): scope Python 3.14 warning filter * fix(runtime): match actual oss2 syntax warning * docs(runtime): refresh free-threaded benchmark evidence * test(architecture): refresh runtime dependency baseline * ci: skip unused Trivy Java database * build: exclude local verification artifacts * docs(runtime): refresh PostgreSQL driver benchmarks * docs(runtime): record plugin restore acceptance * docs(runtime): record amd64 candidate acceptance * ci: pin beta image publisher action * test(architecture): merge runtime dependency baseline * feat(runtime): expose Python GIL status * docs(runtime): document Python runtime status fields
61 lines
1.1 KiB
Plaintext
61 lines
1.1 KiB
Plaintext
.idea/
|
|
.DS_Store
|
|
*.c
|
|
*.so
|
|
*.pyd
|
|
build/
|
|
cython_cache/
|
|
dist/
|
|
rust/**/target/
|
|
nginx/
|
|
test.py
|
|
app/application/site/*.bin
|
|
# 站点数据的运行期下载产物。上游 v3 架构重构后落点从 app/application/site 移到了
|
|
# app/helper,同目录的 .so/.pyd 由上面的通配兜住,只有 .bin 漏了网
|
|
app/helper/*.bin
|
|
app/plugins/**
|
|
!app/plugins/__init__.py
|
|
config/cookies/
|
|
config/app.env
|
|
config/user.db*
|
|
config/systemconfig.db*
|
|
config/sites/**
|
|
config/agent/
|
|
config/logs/
|
|
config/plugins/
|
|
config/temp/
|
|
config/cache/
|
|
config/.cache/
|
|
# 运行期设置持久化目录(settings 写回 app.env 的落点)与本地验证产物
|
|
app/config/
|
|
.verify_tmp/
|
|
.artifacts/
|
|
.runtime/
|
|
public/
|
|
.moviepilot.env
|
|
*.pyc
|
|
*.log
|
|
.coverage
|
|
coverage.xml
|
|
coverage.json
|
|
htmlcov/
|
|
.vscode
|
|
venv
|
|
moviepilot-site-capture-*.zip
|
|
|
|
# Pylint
|
|
pylint-report.json
|
|
.pylint.d/
|
|
|
|
# AI
|
|
.claude/
|
|
!.claude/*.json
|
|
.claude/settings.local.json
|
|
|
|
# Superpowers 设计/计划文档(本地协作产物,不纳入仓库)
|
|
docs/superpowers/
|
|
|
|
# 保留本地前端构建产物目录,目录内产物不纳入仓库
|
|
frontend-dist/*
|
|
!frontend-dist/.gitkeep
|