Datasets:
Formats:
imagefolder
Size:
< 1K
Tags:
Machine Learning
Artificial Intelligence
Computer Use Agents
Reinforcement Learning
Vision-Language Models
GUI Agents
License:
Upload .gitignore with huggingface_hub
Browse files- .gitignore +14 -0
.gitignore
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Ignore LaTeX source files and build logs
|
| 2 |
+
*.tex
|
| 3 |
+
*.bib
|
| 4 |
+
*.cls
|
| 5 |
+
*.log
|
| 6 |
+
*.aux
|
| 7 |
+
*.out
|
| 8 |
+
*.gz
|
| 9 |
+
|
| 10 |
+
# Ignore raw Markdown version of the paper
|
| 11 |
+
memory_archive.md
|
| 12 |
+
|
| 13 |
+
# Ignore system files
|
| 14 |
+
.DS_Store
|