From 036ec6d32313487527c66dea613a3e7118b97459 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 3 Jan 2021 10:43:21 -0800 Subject: [PATCH] Ignore test .db files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 634af83..75fa28e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .venv +*.db __pycache__/ *.py[cod] *$py.class