23 lines
No EOL
383 B
Text
23 lines
No EOL
383 B
Text
# ---> JupyterNotebooks
|
|
# gitignore template for Jupyter Notebooks
|
|
# website: http://jupyter.org/
|
|
|
|
.ipynb_checkpoints
|
|
*/.ipynb_checkpoints/*
|
|
|
|
# IPython
|
|
profile_default/
|
|
ipython_config.py
|
|
|
|
# Remove previous ipynb_checkpoints
|
|
# git rm -r .ipynb_checkpoints/
|
|
|
|
# Python
|
|
__pycache__
|
|
__pycache__/*
|
|
|
|
# Files I do not want to update
|
|
STEP_VIRT_Test.py
|
|
|
|
# Folders I want to ignore
|
|
literature |