From b1b57ae8404d8d8958b409f75a61189190a04f5b Mon Sep 17 00:00:00 2001 From: Andreas Hellander Date: Thu, 25 Jan 2024 00:40:10 +0100 Subject: [PATCH] Added notebooks in torch example folder to gitignore --- examples/mnist-pytorch/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/mnist-pytorch/.gitignore b/examples/mnist-pytorch/.gitignore index a9f01054b..84f374386 100644 --- a/examples/mnist-pytorch/.gitignore +++ b/examples/mnist-pytorch/.gitignore @@ -2,5 +2,6 @@ data *.npz *.tgz *.tar.gz +*.ipynb .mnist-pytorch client.yaml \ No newline at end of file