From f44c04d67824bf6a86215e7146dd3acae1e56831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Murta?= Date: Sun, 21 Jan 2024 14:49:57 +0000 Subject: [PATCH] Ignore SQLite DB file --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ad4a1f1..5b85b14 100644 --- a/.gitignore +++ b/.gitignore @@ -174,3 +174,6 @@ poetry.toml pyrightconfig.json # End of https://www.toptal.com/developers/gitignore/api/python + +# Project specific ignores +database.db