Added Spyder and VSCode project folders to .gitignore (#92)
This commit is contained in:
parent
2bafb83110
commit
7f7e1f8d6c
|
@ -66,6 +66,12 @@ target/
|
||||||
# Pycharm
|
# Pycharm
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
|
# VS Code
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# Spyder
|
||||||
|
.spyproject/
|
||||||
|
|
||||||
# Jupyter NB Checkpoints
|
# Jupyter NB Checkpoints
|
||||||
.ipynb_checkpoints/
|
.ipynb_checkpoints/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue