gitignore
This commit is contained in:
parent
9674ca38aa
commit
00f2a865db
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
.DS_Store
|
||||||
|
*.pyc
|
||||||
|
|
||||||
|
# Jupyter Notebook
|
||||||
|
.ipynb_checkpoints
|
||||||
|
*/.ipynb_checkpoints/*
|
||||||
|
|
||||||
|
# ignore all __pycache__ folders
|
||||||
|
__pycache__/
|
Loading…
Reference in a new issue