From 466cb6e56a24d8d4398daba140cb1c5aa9af4499 Mon Sep 17 00:00:00 2001 From: Yiheng Wang Date: Mon, 9 May 2022 19:29:15 +0800 Subject: [PATCH] modify gitignore Signed-off-by: Yiheng Wang --- .gitignore | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index f13612f6..fedd499d 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,7 @@ htmlcov/ .tox/ .coverage .coverage.* +.coverage/ .cache nosetests.xml coverage.xml @@ -65,6 +66,7 @@ instance/ # Sphinx documentation docs/_build/ +_build/ # PyBuilder target/ @@ -110,7 +112,6 @@ temp/ .idea/ *~ -._* # Remove .pyre temporary config files .pyre @@ -122,29 +123,9 @@ temp/ *.swp .DS_Store -# temporary testing data MedNIST -tests/testing_data/MedNIST* -tests/testing_data/*Hippocampus* - # clang format tool .clang-format-bin/ # VSCode .vscode/ - -# saved networks -*.pth - -# Ignore torch saves -*/torch/runs -logs -*/runs -lightning_logs - -# ignore automatically created files -*.ts -nohup.out -deepgrow/ignite/_image.nii.gz *.zip -deployment/bentoml/mednist_classifier_bentoml.py -deployment/ray/mednist_classifier_start.py