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" - ] -}