Commit ·
d43ecb1
1
Parent(s): 52999bc
[NOTICKET] add software to gitignore
Browse files- .gitignore +4 -1
.gitignore
CHANGED
|
@@ -39,4 +39,7 @@ playground_create_user.py
|
|
| 39 |
API_CONTRACT.md
|
| 40 |
context_engineering/
|
| 41 |
sample_file/
|
| 42 |
-
test_tesseract.py
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
API_CONTRACT.md
|
| 40 |
context_engineering/
|
| 41 |
sample_file/
|
| 42 |
+
test_tesseract.py
|
| 43 |
+
|
| 44 |
+
# Windows binaries — installed via apt in Docker instead
|
| 45 |
+
software/
|