From 874922ec40a8ce8b2b45a173ab60edecd8a550c9 Mon Sep 17 00:00:00 2001 From: Jeff Emanuel <35050222+Dicklesworthstone@users.noreply.github.com> Date: Fri, 11 Aug 2023 02:31:04 -0400 Subject: [PATCH] Update .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 290986d..0dd37dc 100644 --- a/.gitignore +++ b/.gitignore @@ -159,5 +159,6 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -#ignore .bin model files +#ignore .bin model files and .sqlite files *.bin +*.sqlite