Skip to content

Commit

Permalink
Upload .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
emirceyani committed Jun 9, 2021
1 parent c685b13 commit 85acb66
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
.DS_Store
.idea
.idea/*
.vscode/*

*.pyc
./*/*.pyc
./*/*/*.pyc
./*/*/*/*.pyc
./*/*/*/*/*.pyc
./*/*/*/*/*/*.pyc

*.pkl
*.npy

*.log

runs/
outputs/
cache_dir/

wandb
./*/wandb
./*/*/wandb
./*/*/*/wandb
./*/*/*/*/wandb
./*/*/*/*/*/wandb


# *.txt
*.h5

# data
*.rar
*.csv
*.dat
cifar-10-batches-py
*.tar.gz

*.zip
*.json

data/cifar10/*-python
data/cifar100/*-python
data/cinic10/

data/MNIST/train
data/MNIST/test
data/text_classification/shakespeare/train
data/text_classification/shakespeare/test
data/stackoverflow/datasets

# android
.gradle
fedml_mobile/android/.idea
fedml_mobile/android/app/build
fedml_mobile/android/fedml-iot-sdk/build
fedml_mobile/android/build

mimiconda.sh


data/fednlp/*

*.npz

0 comments on commit 85acb66

Please sign in to comment.