Zok213 commited on
Commit ·
663a679
1
Parent(s): 95ccedb
Remove .gitignore from .dockerignore to streamline Docker build context and avoid unnecessary file inclusion.
Browse files- .dockerignore +0 -1
.dockerignore
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
# Git files
|
| 2 |
.git
|
| 3 |
-
.gitignore
|
| 4 |
|
| 5 |
# Python artifacts
|
| 6 |
__pycache__/
|
|
|
|
| 1 |
# Git files
|
| 2 |
.git
|
|
|
|
| 3 |
|
| 4 |
# Python artifacts
|
| 5 |
__pycache__/
|