jhj0517
commited on
Commit
·
5db951d
1
Parent(s):
87ec96b
Add pytest cache
Browse files- .dockerignore +1 -0
- .gitignore +2 -0
.dockerignore
CHANGED
@@ -3,6 +3,7 @@
|
|
3 |
**/outputs/
|
4 |
**/models/
|
5 |
|
|
|
6 |
**/.idea
|
7 |
**/.git
|
8 |
**/.github
|
|
|
3 |
**/outputs/
|
4 |
**/models/
|
5 |
|
6 |
+
**/.pytest_cache
|
7 |
**/.idea
|
8 |
**/.git
|
9 |
**/.github
|
.gitignore
CHANGED
@@ -4,3 +4,5 @@ models/
|
|
4 |
outputs/
|
5 |
*.png
|
6 |
*.jpg
|
|
|
|
|
|
4 |
outputs/
|
5 |
*.png
|
6 |
*.jpg
|
7 |
+
|
8 |
+
**/.pytest_cache
|