Spaces:
Runtime error
Runtime error
Yeb Havinga
commited on
Commit
·
03124c3
1
Parent(s):
3476db4
Add gitignore
Browse files- .gitignore +7 -0
.gitignore
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers/*
|
2 |
+
datasets/*
|
3 |
+
__pycache__/*
|
4 |
+
*~
|
5 |
+
.idea/*
|
6 |
+
venv/*
|
7 |
+
ckpt*
|