This commit is contained in:
R. Miles McCain 2020-04-14 10:16:14 -04:00
parent f4710170ee
commit 3df754f54b
No known key found for this signature in database
GPG Key ID: 91CB47BDDF2671A5
2 changed files with 1 additions and 12 deletions

1
.gitignore vendored
View File

@ -127,3 +127,4 @@ dmypy.json
# Pyre type checker
.pyre/
.vscode

12
.vscode/settings.json vendored
View File

@ -1,12 +0,0 @@
{
"python.pythonPath": "/home/miles/.local/share/virtualenvs/shynet-L7oRCOdf/bin/python",
"spellright.language": [
"en_US",
"ru_RU"
],
"spellright.documentTypes": [
"markdown",
"latex",
"plaintext"
]
}