From ca3d136126f2f8d6cf522502af3204c78fc45b22 Mon Sep 17 00:00:00 2001 From: Parker Date: Thu, 11 Apr 2024 00:36:55 -0500 Subject: [PATCH] Ignore `count.db` file --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 82c5f34..fd94498 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ config.ini -__pycache__ \ No newline at end of file +__pycache__ +count.db \ No newline at end of file