diff --git a/.gitignore b/.gitignore index 5d381cc..5a78fa1 100644 --- a/.gitignore +++ b/.gitignore @@ -128,6 +128,7 @@ venv/ ENV/ env.bak/ venv.bak/ +.direnv/ # Spyder project settings .spyderproject @@ -160,3 +161,4 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +.vscode/