Spaces:
Sleeping
Sleeping
Commit
·
cfd82ac
1
Parent(s):
9b2e4f0
added segmentation mask overlay
Browse files- .gitignore +6 -0
.gitignore
CHANGED
|
@@ -67,6 +67,12 @@ instance/
|
|
| 67 |
|
| 68 |
# Scrapy stuff:
|
| 69 |
.scrapy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
|
| 71 |
# Sphinx documentation
|
| 72 |
docs/_build/
|
|
|
|
| 67 |
|
| 68 |
# Scrapy stuff:
|
| 69 |
.scrapy
|
| 70 |
+
# jpeg
|
| 71 |
+
.jpeg
|
| 72 |
+
# png
|
| 73 |
+
.png
|
| 74 |
+
#.pt
|
| 75 |
+
.pt
|
| 76 |
|
| 77 |
# Sphinx documentation
|
| 78 |
docs/_build/
|