From f136d15975db2b292a408727f76b3fce1b3f1351 Mon Sep 17 00:00:00 2001 From: Michel Date: Fri, 18 Apr 2025 06:48:52 +0200 Subject: [PATCH] =?UTF-8?q?"Ajout=20entr=C3=A9es=20au=20fichier=20Gitignor?= =?UTF-8?q?e"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 22e4576..cedf7ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,14 @@ # 👉 Dossiers de configuration PyCharm .idea/ +*.iml +*.ipr +*.iws # 👉 Environnement virtuel .venv/ venv/ env/ +.env/ # 👉 Fichiers Python compilés __pycache__/