From 017aaa45d53b7385db9ad9cab9db1fb275effe9c Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sun, 9 Feb 2020 13:55:34 +0100 Subject: [PATCH] Ignore vscode project configuration --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8c98779..d527d8c 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,9 @@ coverage # PyCharm project settings .idea +# VSCode project settings +.vscode + # Local data settings_local.py static_files/*