Spaces:
Running
Running
Kunal Pai commited on
Commit ·
5999d0a
1
Parent(s): ebb2635
Add .DS_Store to .gitignore
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
|