Added Spyder and VSCode project folders to .gitignore (#92)

This commit is contained in:
firasrb 2017-12-19 18:58:13 +01:00 committed by Peter Bull
parent 2bafb83110
commit 7f7e1f8d6c
1 changed files with 6 additions and 0 deletions

View File

@ -66,6 +66,12 @@ target/
# Pycharm # Pycharm
.idea .idea
# VS Code
.vscode/
# Spyder
.spyproject/
# Jupyter NB Checkpoints # Jupyter NB Checkpoints
.ipynb_checkpoints/ .ipynb_checkpoints/