From ee0a28d397833733a7ada8e93d036708dde7d3ac Mon Sep 17 00:00:00 2001 From: Cezar Oliveira <34061128+cezaroliveira@users.noreply.github.com> Date: Sun, 22 Aug 2021 11:30:24 -0300 Subject: [PATCH] Ignore VSCode import helper --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index a81c8ee1..34b344a5 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -136,3 +136,6 @@ dmypy.json # Cython debug symbols cython_debug/ + +# VSCode import helper +PythonImportHelper-v2-Completion.json