From 730a814d94e7b8773eb84df2f0abae9a3aa22b4a Mon Sep 17 00:00:00 2001 From: WhatDidYouExpect <89535984+WhatDidYouExpect@users.noreply.github.com> Date: Sun, 16 Mar 2025 22:25:57 +0100 Subject: [PATCH] ignore markov model --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b222875..f518009 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ __pycache__ current_version.txt MEMORY_LOADED -memory.json \ No newline at end of file +memory.json +markov_model.pkl \ No newline at end of file