Upload .gitignore with huggingface_hub
Browse files- .gitignore +15 -0
.gitignore
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.env
|
| 2 |
+
__pycache__/
|
| 3 |
+
*.pyc
|
| 4 |
+
node_modules/
|
| 5 |
+
frontend/dist/
|
| 6 |
+
*.egg-info/
|
| 7 |
+
.pytest_cache/
|
| 8 |
+
models/
|
| 9 |
+
*.safetensors
|
| 10 |
+
*.bin
|
| 11 |
+
*.ckpt
|
| 12 |
+
*.pt
|
| 13 |
+
.hf_cache/
|
| 14 |
+
.claude/
|
| 15 |
+
*.imx
|