Update gitignore: add vscode, pytest/mypy cache (#1169)

This commit is contained in:
Alan D. Snow
2019-10-17 22:59:46 -04:00
committed by Joris Van den Bossche
parent 32609cb4cc
commit 74ff43c386
+7
View File
@@ -37,15 +37,22 @@ coverage.xml
# Sphinx documentation
doc/_build/
.buildinfo
# Jupyter Notebook
.ipynb_checkpoints
# pytest
.pytest_cache
.mypy_cache
# projects
.spyderproject
.spyproject
.idea
.ropeproject
.vscode
*.py~
.DS_Store