Commit e462be23 authored by pracht's avatar pracht
Browse files

Update gitignore

parent 29d40664
Loading
Loading
Loading
Loading
+17 −1
Original line number Diff line number Diff line
.DS_Store
.venv
.cache
.ipynb_checkpoints
.ipython
.jupyter
.local
.npm

# Ignore models-folder except readme
models/*
!models/README.md

# Ignore data-folder except readme
data/*
!data/README.md
!data/own_data
!data/example*
 No newline at end of file