From 55402ce757c5da728bb1822dff1edd3e7a53ebcd Mon Sep 17 00:00:00 2001 From: kelle Date: Wed, 13 Dec 2023 17:15:05 -0500 Subject: [PATCH] update .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1c9421839..8c38f80e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Ignore the database file and misc *.db +*.sqlite *.pyc .idea .vscode @@ -7,3 +8,4 @@ .ds_store bdnyc/ *.code-workspace +