From a01bb7bb7f0f38cb392c0343912bf4d03aeaa233 Mon Sep 17 00:00:00 2001 From: Matthieu Date: Fri, 4 Mar 2022 15:38:54 +0100 Subject: [PATCH] Update gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0030e1a..f864ed5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ __pycache__ **/__pycache__ dist/ *.egg-info/ -build/ \ No newline at end of file +build/ +ressources/ \ No newline at end of file