Add files using upload-large-folder tool
Browse files- .gitignore.bak +9 -0
- .hfignore +1 -2
.gitignore.bak
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
__pycache__/
|
| 2 |
+
*.egg-info/
|
| 3 |
+
data/raw_images/
|
| 4 |
+
*_test/
|
| 5 |
+
data/
|
| 6 |
+
debug/
|
| 7 |
+
.env
|
| 8 |
+
deploy/local/
|
| 9 |
+
.vscode/
|
.hfignore
CHANGED
|
@@ -5,5 +5,4 @@ deploy/local/
|
|
| 5 |
debug/
|
| 6 |
test/
|
| 7 |
*.egg-info
|
| 8 |
-
__pycache__/
|
| 9 |
-
!data/
|
|
|
|
| 5 |
debug/
|
| 6 |
test/
|
| 7 |
*.egg-info
|
| 8 |
+
__pycache__/
|
|
|