From 773f90409e523e00dd1811a614c469aff8e5e3dd Mon Sep 17 00:00:00 2001 From: Maicon Francisco de Carvalho Date: Mon, 25 Apr 2022 11:50:50 -0300 Subject: [PATCH] Update Python.gitignore Added VSCode IDE folder --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 68bc17f9..09e00291 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -158,3 +158,6 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +# VSCode +.vscode/