From 58442b86ee4fec88431b84f91cc006731dd31c8d Mon Sep 17 00:00:00 2001 From: Dani Date: Sat, 3 May 2025 19:15:29 -0400 Subject: [PATCH] Fixed up .gitignore to restart with a new chat. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c8986bd..ac2928d 100644 --- a/.gitignore +++ b/.gitignore @@ -169,3 +169,5 @@ cython_debug/ #.idea/ .vscode/launch.json +/content/* +/memory/* \ No newline at end of file