diff --git a/.gitignore b/.gitignore index 256105b..0d738c0 100644 --- a/.gitignore +++ b/.gitignore @@ -165,4 +165,6 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -**/__pycache__/ \ No newline at end of file +**/__pycache__/ + +.vscode/ \ No newline at end of file