From c1e4b9e2e4eccb452cc106eb9e78010a40dd0cb7 Mon Sep 17 00:00:00 2001 From: "@Draichi" Date: Wed, 30 Oct 2024 23:33:22 -0300 Subject: [PATCH] chore: git ignore __pycache__ --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 060b11d..22bbe5f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /.ipynb_checkpoints +__pycache__ .env \ No newline at end of file