Skip to content

Commit 30d4b53

Browse files
committed
Use .floydignore to stop data from being upladed to Floyd
1 parent 0c40dfd commit 30d4b53

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

image-classification/.floydignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
# Directories to ignore when uploading code to floyd
3+
# Do not add a trailing slash for directories
4+
5+
.git
6+
.eggs
7+
eggs
8+
lib
9+
lib64
10+
parts
11+
sdist
12+
var
13+
14+
# Don't upload local data to Floyd
15+
checkpoint
16+
cifar-10-python.tar.gz
17+
cifar-10-batches-py
18+
image_classification.data-*
19+
image_classification.index
20+
image_classification.meta
21+
preprocess_batch_*.p
22+
preprocess_training.p
23+
preprocess_validation.p

0 commit comments

Comments
 (0)