Commit ·
dec5460
1
Parent(s): 50ae2f4
txt issues
Browse files- .dockerignore +1 -0
.dockerignore
CHANGED
|
@@ -8,6 +8,7 @@ tests/
|
|
| 8 |
.coverage
|
| 9 |
htmlcov/
|
| 10 |
*.txt
|
|
|
|
| 11 |
*.backup
|
| 12 |
pixi.*
|
| 13 |
pyrightconfig.json
|
|
|
|
| 8 |
.coverage
|
| 9 |
htmlcov/
|
| 10 |
*.txt
|
| 11 |
+
!requirements.txt
|
| 12 |
*.backup
|
| 13 |
pixi.*
|
| 14 |
pyrightconfig.json
|