From 1f1d9715ebb80bdefb3f6bbcc045bae4ce53583f Mon Sep 17 00:00:00 2001 From: oliverhnat Date: Mon, 6 Jan 2025 20:35:13 +0100 Subject: [PATCH] chore(gitignore): update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 685cced..458b184 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .env .DS_Store *.db +__pycache__