From cc7e070504ef964e2891a8eb8f6c320c7751f74c Mon Sep 17 00:00:00 2001 From: aaron crate Date: Mon, 30 Sep 2024 04:50:43 +0000 Subject: [PATCH] Update .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bc67b9c..cec30d6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ .vscode __pycache__ config.py -*.db \ No newline at end of file +*.db +*.log* \ No newline at end of file