diff --git a/.gitignore b/.gitignore index 2c9f2b71..ca7cc3b4 100644 --- a/.gitignore +++ b/.gitignore @@ -381,3 +381,7 @@ FodyWeavers.xsd .idea /.ollamassist/conversations /write_readme.py + +# n8n local workflow artifacts +.n8n-docs-rc-flow/ +logs/ diff --git a/.n8n-docs-rc-flow/state.json b/.n8n-docs-rc-flow/state.json deleted file mode 100644 index dfd427c6..00000000 --- a/.n8n-docs-rc-flow/state.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "ok": false, - "flow": "A_prepare_documentation_release", - "stage": "apply_reviews_commit_push", - "error": "[Errno 2] No such file or directory: '/repos/adas/.n8n-docs-rc-flow/state.json'", - "traceback": "Traceback (most recent call last):\n File \"\", line 54, in \n File \"/usr/lib/python3.12/pathlib.py\", line 1027, in read_text\n with self.open(mode='r', encoding=encoding, errors=errors) as f:\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/usr/lib/python3.12/pathlib.py\", line 1013, in open\n return io.open(self, mode, buffering, encoding, errors, newline)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nFileNotFoundError: [Errno 2] No such file or directory: '/repos/adas/.n8n-docs-rc-flow/state.json'\n" -} \ No newline at end of file