kevinlu4588
commited on
Commit
·
37110ae
1
Parent(s):
b8bfc2b
kelly model
Browse files- .gitignore +4 -0
.gitignore
CHANGED
@@ -1 +1,5 @@
|
|
|
|
1 |
.env
|
|
|
|
|
|
|
|
1 |
+
# Ignore environment files
|
2 |
.env
|
3 |
+
|
4 |
+
# Ignore all .pt model files, regardless of location
|
5 |
+
*.pt
|