From 30730785de9441f793cc85130f4adc164a32a913 Mon Sep 17 00:00:00 2001 From: Peter Zhang <18501667167@qq.com> Date: Fri, 29 May 2026 22:13:56 +0800 Subject: [PATCH] chore: remove .runner from tracking, update .gitignore --- .gitignore | 2 ++ .runner | 11 ----------- 2 files changed, 2 insertions(+), 11 deletions(-) delete mode 100644 .runner diff --git a/.gitignore b/.gitignore index 2da957f..d55d938 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ __pycache__/ output/ *.egg-info/ dist/ +.runner +*_output/ diff --git a/.runner b/.runner deleted file mode 100644 index ea27efd..0000000 --- a/.runner +++ /dev/null @@ -1,11 +0,0 @@ -{ - "WARNING": "This file is automatically generated by act-runner. Do not edit it manually unless you know what you are doing. Removing this file will cause act runner to re-register as a new runner.", - "id": 1, - "uuid": "fe5aba44-dfb8-49e4-9da5-2f0dc62081e4", - "name": "document-analyzer-runner", - "token": "799fa5df52b7c7fd8df30005f4b0c02c1a7cfeb3", - "address": "http://localhost:3000", - "labels": [ - "shell:host" - ] -}