From 36e642742243b376de58d17c85b324f7e949c2fb Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Thu, 26 Feb 2026 21:45:59 -0800 Subject: [PATCH] update gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9060a548..18887ebc 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ appdata.db __pycache__ obj bin -test.db +*.db +*.keras +*.pkl !/WebServer/AIPython/python/bin \ No newline at end of file