Skip to content
Snippets Groups Projects
Commit bb95e0c6 authored by Philipp Griewank's avatar Philipp Griewank
Browse files

Add .gitignore file to ignore Jupyter Notebook checkpoints, pycache, figures,...

Add .gitignore file to ignore Jupyter Notebook checkpoints, pycache, figures, pkl files, and specific directories
parent 29cbb417
No related branches found
No related tags found
No related merge requests found
# Ignore Jupyter Notebook checkpoints
.ipynb_checkpoints/
#Ignore pycache
*.pyc
__pycache__/
#And all figures
fig*/
func_bk/
#Also no pkl files
*.pkl
plot-data/
theresa-data/
obsolete/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment