From 0ebc24ff29486625b60e77772f2307a017b6d74a Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Fri, 30 Dec 2022 06:50:48 +0100 Subject: [PATCH] Feat: add sqlite.db in gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c0c219b..dd257a1 100644 --- a/.gitignore +++ b/.gitignore @@ -122,3 +122,6 @@ dmypy.json # Pyre type checker .pyre/ + +# temporary database +sqlite.db