Remove .gitignore (it was excluding the weight shards)
Browse files- .gitignore +0 -21
.gitignore
DELETED
|
@@ -1,21 +0,0 @@
|
|
| 1 |
-
# model weights (gated/large — never commit)
|
| 2 |
-
gemma4_jax/weights/
|
| 3 |
-
*.safetensors
|
| 4 |
-
*.gguf
|
| 5 |
-
*.bin
|
| 6 |
-
|
| 7 |
-
# python
|
| 8 |
-
__pycache__/
|
| 9 |
-
*.py[cod]
|
| 10 |
-
*.egg-info/
|
| 11 |
-
.eggs/
|
| 12 |
-
build/
|
| 13 |
-
dist/
|
| 14 |
-
.venv/
|
| 15 |
-
venv/
|
| 16 |
-
.ipynb_checkpoints/
|
| 17 |
-
|
| 18 |
-
# os / editor
|
| 19 |
-
.DS_Store
|
| 20 |
-
*.swp
|
| 21 |
-
err.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|