From 941c0b9360d23b1c07ef594eeab8101648a56035 Mon Sep 17 00:00:00 2001 From: Antoine Lavenant Date: Mon, 18 Dec 2023 11:44:13 +0100 Subject: [PATCH] update gitignore --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 33b1f06..0518d62 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -./xcode -./install +xcode +install __pycache__ -./test/__pycache__ +test/__pycache__