From 9d873defcf3d0ff7f2ce5b813c13d544aaaef892 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 27 Nov 2023 23:33:03 +0100 Subject: [PATCH] Fixed pycache ignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 84aa243..925c749 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ /.env -__pycace__/ \ No newline at end of file +__pycache__/ \ No newline at end of file