NullVoider commited on
Commit
4879f01
·
verified ·
1 Parent(s): 6f20549

Upload .gitignore with huggingface_hub

Browse files
Files changed (1) hide show
  1. .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