diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..ca643a0674d8b0b8c56fa21be6144cb893d146ab --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# Created by https://www.gitignore.io/api/jupyternotebooks +# Edit at https://www.gitignore.io/?templates=jupyternotebooks + +### JupyterNotebooks ### +# gitignore template for Jupyter Notebooks +# website: http://jupyter.org/ + +.ipynb_checkpoints +*/.ipynb_checkpoints/* +*.so +*.so.dSYM +*.so.dSYM/* +.nfs* +*__pycache__* + +# IPython +profile_default/ +ipython_config.py +