Loading .gitignore +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 Loading
.gitignore +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