diff --git a/.gitignore b/.gitignore index 97f981c..a8c8f80 100644 --- a/.gitignore +++ b/.gitignore @@ -131,4 +131,7 @@ dmypy.json .pytype/ # Cython debug symbols -cython_debug/ \ No newline at end of file +cython_debug/ + +# Visual Studio Code folder settings +.vscode/settings.json