STEP_VIRT/gitignore
2024-01-16 14:54:17 +01:00

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