From 30d4b536b67366feef38425ce1406e969452717e Mon Sep 17 00:00:00 2001 From: Ludwik Trammer Date: Tue, 28 Feb 2017 11:07:08 +0100 Subject: [PATCH] Use .floydignore to stop data from being upladed to Floyd --- image-classification/.floydignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 image-classification/.floydignore diff --git a/image-classification/.floydignore b/image-classification/.floydignore new file mode 100644 index 0000000000..74a5dd8fbc --- /dev/null +++ b/image-classification/.floydignore @@ -0,0 +1,23 @@ + +# Directories to ignore when uploading code to floyd +# Do not add a trailing slash for directories + +.git +.eggs +eggs +lib +lib64 +parts +sdist +var + +# Don't upload local data to Floyd +checkpoint +cifar-10-python.tar.gz +cifar-10-batches-py +image_classification.data-* +image_classification.index +image_classification.meta +preprocess_batch_*.p +preprocess_training.p +preprocess_validation.p