From 57bf1836972727909860975bdf125758a2742a2d Mon Sep 17 00:00:00 2001 From: Paul Ascenzi Date: Thu, 6 Feb 2025 20:48:55 -0500 Subject: [PATCH] added to .gitignore to exclude temporary files generated by system --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index cc67a33..598fa38 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,11 @@ +# Files +tasks/ +context.json +knowledge.json +prompt-*.txt +queries.json +questions.json + # Logs logs .idea