added vscode

This commit is contained in:
Rushil Umaretiya 2020-06-05 01:04:50 -04:00
parent 232d475834
commit 9d83e80799
2 changed files with 3 additions and 3 deletions

3
.gitignore vendored
View File

@ -131,5 +131,8 @@ dmypy.json
# PyCharm Files # PyCharm Files
.idea/ .idea/
# VSCode
.vscode/
#lmao mac #lmao mac
.DS_Store .DS_Store

View File

@ -1,3 +0,0 @@
{
"python.pythonPath": "skool/bin/python3"
}