9 lines
124 B
Text
9 lines
124 B
Text
|
.DS_Store
|
||
|
*.pyc
|
||
|
|
||
|
# Jupyter Notebook
|
||
|
.ipynb_checkpoints
|
||
|
*/.ipynb_checkpoints/*
|
||
|
|
||
|
# ignore all __pycache__ folders
|
||
|
__pycache__/
|