Commit ·
6302922
1
Parent(s): d851263
HF configured
Browse files- backend/.dockerignore +0 -29
backend/.dockerignore
DELETED
|
@@ -1,29 +0,0 @@
|
|
| 1 |
-
# Python
|
| 2 |
-
__pycache__/
|
| 3 |
-
*.py[cod]
|
| 4 |
-
*$py.class
|
| 5 |
-
.venv/
|
| 6 |
-
env/
|
| 7 |
-
venv/
|
| 8 |
-
ENV/
|
| 9 |
-
|
| 10 |
-
# Local model weights (Crucial: Keep image small and download from HF Hub instead)
|
| 11 |
-
ml_models/*.pth
|
| 12 |
-
ml_models/segmentation/*.pth
|
| 13 |
-
phikonv2/
|
| 14 |
-
*.pth
|
| 15 |
-
*.safetensors
|
| 16 |
-
|
| 17 |
-
# Database and secrets
|
| 18 |
-
.env
|
| 19 |
-
*.db
|
| 20 |
-
*.sqlite
|
| 21 |
-
supabase/
|
| 22 |
-
|
| 23 |
-
# Git
|
| 24 |
-
.git/
|
| 25 |
-
.gitignore
|
| 26 |
-
|
| 27 |
-
# OS
|
| 28 |
-
.DS_Store
|
| 29 |
-
Thumbs.db
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|