diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -60,6 +60,7 @@ atlassian-ide-plugin.xml *.swp *.kate-swp .ropeproject/ +.vscode # pip pip-selfcheck.json @@ -69,4 +70,4 @@ pip-selfcheck.json pyvenv.cfg # mypy -.mypy_cache
\ No newline at end of file +.mypy_cache |
