Spaces:
Running
Running
Merge branch 'main' of github.com:kunpai/HASHIRU
Browse files- .gitignore +2 -0
.gitignore
CHANGED
|
@@ -5,6 +5,8 @@ __pycache__/
|
|
| 5 |
.gradio
|
| 6 |
results/
|
| 7 |
|
|
|
|
|
|
|
| 8 |
# pdf with latex intermediate files
|
| 9 |
*.aux
|
| 10 |
*.bbl
|
|
|
|
| 5 |
.gradio
|
| 6 |
results/
|
| 7 |
|
| 8 |
+
.DS_Store
|
| 9 |
+
|
| 10 |
# pdf with latex intermediate files
|
| 11 |
*.aux
|
| 12 |
*.bbl
|