Add venv and .vscode to .ignore

Problem Python venv and vscode settings are tracked by GIT.

Solution Add venv/ and .vscode/ to .gitignore

Testing

  1. Files in venv/ and .vscode/ are ignored by GIT.
  2. No changes to source code.

Merge request reports

Loading