2022-06-16 18:33:42 +02:00
|
|
|
# ---> JupyterNotebooks
|
|
|
|
# gitignore template for Jupyter Notebooks
|
|
|
|
# website: http://jupyter.org/
|
|
|
|
|
|
|
|
.ipynb_checkpoints
|
|
|
|
*/.ipynb_checkpoints/*
|
|
|
|
|
|
|
|
# IPython
|
|
|
|
profile_default/
|
|
|
|
ipython_config.py
|
|
|
|
|
2022-06-21 17:40:12 +02:00
|
|
|
*.gif
|
|
|
|
*.png
|
|
|
|
|
|
|
|
__pycache__/
|
|
|
|
.idea/
|
|
|
|
|
2022-06-16 18:33:42 +02:00
|
|
|
# Remove previous ipynb_checkpoints
|
|
|
|
# git rm -r .ipynb_checkpoints/
|
|
|
|
|