Update gitignore
This commit is contained in:
parent
a37095409b
commit
29063dcec4
19
.gitignore
vendored
19
.gitignore
vendored
@ -128,14 +128,19 @@ dmypy.json
|
|||||||
# Pyre type checker
|
# Pyre type checker
|
||||||
.pyre/
|
.pyre/
|
||||||
|
|
||||||
# Datasets
|
|
||||||
datasets/
|
|
||||||
|
|
||||||
# PyTorch-Lightning
|
|
||||||
lightning_logs/
|
|
||||||
|
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
|
# Vim
|
||||||
|
*~
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
# Pytorch Models or Weights
|
# Pytorch Models or Weights
|
||||||
# If necessary make exceptions for single pretrained models
|
# If necessary make exceptions for single pretrained models
|
||||||
*.pt
|
*.pt
|
||||||
|
|
||||||
|
# Artifacts created by ProtoTorch Models
|
||||||
|
datasets/
|
||||||
|
lightning_logs/
|
||||||
|
examples/_*.py
|
||||||
|
examples/_*.ipynb
|
Loading…
Reference in New Issue
Block a user