gitignore update

This commit is contained in:
James Betker 2020-12-18 08:52:13 -07:00
parent 3074f41877
commit da095199fb

3
.gitignore vendored
View File

@ -16,6 +16,8 @@ data/*
*.pytorch *.pytorch
*.zip *.zip
*.cu *.cu
*.pt
*.pth
# template # template
@ -41,6 +43,7 @@ parts/
sdist/ sdist/
var/ var/
wheels/ wheels/
pretrained/*
*.egg-info/ *.egg-info/
.installed.cfg .installed.cfg
*.egg *.egg