Skip to content

Commit

Permalink
modify gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Yiheng Wang <vennw@nvidia.com>
  • Loading branch information
yiheng-wang-nv committed May 9, 2022
1 parent 7096957 commit 466cb6e
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ htmlcov/
.tox/
.coverage
.coverage.*
.coverage/
.cache
nosetests.xml
coverage.xml
Expand All @@ -65,6 +66,7 @@ instance/

# Sphinx documentation
docs/_build/
_build/

# PyBuilder
target/
Expand Down Expand Up @@ -110,7 +112,6 @@ temp/
.idea/

*~
._*

# Remove .pyre temporary config files
.pyre
Expand All @@ -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

0 comments on commit 466cb6e

Please sign in to comment.