MVLog removed

This commit is contained in:
hbrain 2026-06-20 16:13:40 +02:00
parent 7b5db39b37
commit 040a22855e
4 changed files with 6 additions and 6 deletions

View file

@ -772,7 +772,7 @@ entries = []
for dirpath, dirnames, filenames in os.walk(root):
dirnames[:] = [d for d in dirnames if d != '.movmaker-lock']
for name in filenames:
if name in {'.movmaker-state.json', '.movmaker-enabled', '.movmaker-preview', '.mvlog-hidden', '.mvlog-permalink', '.mvlog-id', '.mvlog-hide-map'}:
if name in {'.movmaker-state.json', '.movmaker-enabled', '.movmaker-preview', '.mvlog-hidden', '.mvlog-permalink', '.mvlog-id', '.mvlog-hide-map', '.mvlog-describe-prompt.txt', '.mvlog-last-openrouter-response.json', '.mvlog-last-openrouter-text.txt'}:
continue
path = os.path.join(dirpath, name)
rel = os.path.relpath(path, root)