Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- .gitignore +6 -1
.gitignore
CHANGED
@@ -3,4 +3,9 @@ tmp/
|
|
3 |
.ruff_cache/
|
4 |
.mypy_cache/
|
5 |
**/__pycache__/
|
6 |
-
.env
|
|
|
|
|
|
|
|
|
|
|
|
3 |
.ruff_cache/
|
4 |
.mypy_cache/
|
5 |
**/__pycache__/
|
6 |
+
.env
|
7 |
+
.github
|
8 |
+
.idea
|
9 |
+
docker-bake.hcl
|
10 |
+
renovate.json
|
11 |
+
.deepsource.toml
|