Commit ·
023de92
0
Parent(s):
Initial commit with gitignore
Browse files- .gitignore +6 -0
.gitignore
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
images/
|
| 2 |
+
results/
|
| 3 |
+
*.db
|
| 4 |
+
__pycache__/
|
| 5 |
+
*.pyc
|
| 6 |
+
config.json
|