From e82e112f248a3c159d0b44963522872129c0cd25 Mon Sep 17 00:00:00 2001 From: Alban Gaignard Date: Thu, 4 Jul 2024 11:18:24 +0200 Subject: [PATCH] gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 44c1328..9273e75 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ cy_test/__pycache__/* -.ipynb_checkpoints +**/.ipynb_checkpoints **/.idea +**/.lprof +**/.vscode **/.pytest* **/__pycache__