Add minor gitignore to avoid PyCharm complaining.
This commit is contained in:
parent
909d7eccb4
commit
1a0640daea
|
@ -1,4 +1,5 @@
|
||||||
*.pyc
|
*.pyc
|
||||||
.ipynb_checkpoints
|
.ipynb_checkpoints
|
||||||
*~
|
*~
|
||||||
#*
|
#*
|
||||||
|
.idea
|
||||||
|
|
Loading…
Reference in New Issue