From 3ae8534023dd60e72ccbfe997c5d11f90d48e26d Mon Sep 17 00:00:00 2001 From: "juliano.souzaluz" <juliano.souza-luz@etu.hesge.ch> Date: Thu, 12 Oct 2023 10:56:46 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4167464..9adfa75 100644 --- a/.gitignore +++ b/.gitignore @@ -286,4 +286,6 @@ poetry.toml # LSP config files pyrightconfig.json -# End of https://www.toptal.com/developers/gitignore/api/python,pycharm \ No newline at end of file +# End of https://www.toptal.com/developers/gitignore/api/python,pycharm +.idea/tp-clustering.iml +.idea/misc.xml -- GitLab