From 65f194ef37cce3498c8a05bb95f0a6f7c4b9d454 Mon Sep 17 00:00:00 2001 From: hananel <chananel94@gmail.com> Date: Sun, 7 Jan 2024 17:32:14 +0200 Subject: [PATCH] exclude idea --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8335baaf..cb4c0022 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ __pycache__ venv/ /.vscode .vscode +.idea **/__pycache__ **/*.py[cod] -- GitLab