Closed SimeonEhrig closed 3 years ago
Please add system depending files and folder like __pycache__ and .vscode to the .gitignore and remove it from the repository. Otherwise, it could cause trouble, if somebody else checks out the repository.
__pycache__
.vscode
.gitignore
both folder is added to gitignore
Please add system depending files and folder like
__pycache__
and.vscode
to the.gitignore
and remove it from the repository. Otherwise, it could cause trouble, if somebody else checks out the repository.