Spaces:
Running
Running
TheEeeeLin
commited on
Commit
•
c6f96c3
1
Parent(s):
ca46a75
update gitignore
Browse files- .gitignore +12 -2
- .gitignore copy +0 -16
.gitignore
CHANGED
@@ -1,6 +1,16 @@
|
|
1 |
*.pyc
|
2 |
**/__pycache__
|
3 |
.idea
|
|
|
4 |
.DS_Store
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
*.pyc
|
2 |
**/__pycache__
|
3 |
.idea
|
4 |
+
.vscode/*
|
5 |
.DS_Store
|
6 |
+
app/output/*.jpg
|
7 |
+
demo/kb_output/*.jpg
|
8 |
+
# build outputs
|
9 |
+
dist
|
10 |
+
build
|
11 |
+
# checkpoint
|
12 |
+
*.pth
|
13 |
+
*.pt
|
14 |
+
*.onnx
|
15 |
+
test/temp/*
|
16 |
+
!test/temp/.gitkeep
|
.gitignore copy
DELETED
@@ -1,16 +0,0 @@
|
|
1 |
-
*.pyc
|
2 |
-
**/__pycache__
|
3 |
-
.idea
|
4 |
-
.vscode/*
|
5 |
-
.DS_Store
|
6 |
-
app/output/*.jpg
|
7 |
-
demo/kb_output/*.jpg
|
8 |
-
# build outputs
|
9 |
-
dist
|
10 |
-
build
|
11 |
-
# checkpoint
|
12 |
-
*.pth
|
13 |
-
*.pt
|
14 |
-
*.onnx
|
15 |
-
test/temp/*
|
16 |
-
!test/temp/.gitkeep
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|