From b0125c35c3bd83910132f0fbb5c630ca1b727ad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l-Kristian=20Hamre?= Date: Mon, 21 Jul 2025 13:00:10 +0200 Subject: [PATCH] Do not store DB. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ac8e601..9755e26 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ __pycache__/ *.pyc *.sqlite3 +*.db *.log