Add .gitignore and move .vscode directory
apoclyps opened this issue · 1 comments
apoclyps commented
Request
I would recommend adding a standard python .gitignore
file to the repository (e.g. Github standard python .gitignore) and removing the .vscode
folder.
The .vscode
folder can be useful to share in projects where everyone is using the same editor and there are some standards that should be shared; as there are none here, I would suggest removing it (see stack overflow discussion for context)