From b537d3ed4de2883eccbc786d447880bcd0e16810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20H=C3=BCskes?= Date: Sat, 10 Feb 2024 14:12:17 +0100 Subject: [PATCH] Add api/__pycache__/ --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ec3f757..d6c1a71 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ __pycache__/ api/authcache/ +api/__pycache__/ settings.py