From 288325857af0ab1cdf45bc0949f1eda93ee1359b Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Wed, 8 Feb 2023 11:19:34 +0100 Subject: [PATCH] Add http_cache.sqlite to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d88c139..b33d627 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ __pycache__ .cache .pytest_cache/ +http_cache.sqlite database.sqlite # C extensions