diff --git a/.gitignore b/.gitignore index 14a5e9a..88014fd 100644 --- a/.gitignore +++ b/.gitignore @@ -170,4 +170,7 @@ cython_debug/ # PyPI configuration file .pypirc -.DS_Store \ No newline at end of file +.DS_Store + +# Ignore vscode +.vscode/ \ No newline at end of file