The source project of this merge request has been removed.
Add venv and .vscode to .ignore
Problem Python venv and vscode settings are tracked by GIT.
Solution Add venv/ and .vscode/ to .gitignore
Testing
- Files in venv/ and .vscode/ are ignored by GIT.
- No changes to source code.