Spaces:
Sleeping
Sleeping
Commit
·
f804467
1
Parent(s):
9c142be
chore(dataset): add dataset in .gitignore
Browse files- .gitignore +3 -0
.gitignore
CHANGED
@@ -6,6 +6,9 @@ __pycache__/
|
|
6 |
# C extensions
|
7 |
*.so
|
8 |
|
|
|
|
|
|
|
9 |
# Distribution / packaging
|
10 |
.Python
|
11 |
build/
|
|
|
6 |
# C extensions
|
7 |
*.so
|
8 |
|
9 |
+
# Ignore data
|
10 |
+
data/
|
11 |
+
|
12 |
# Distribution / packaging
|
13 |
.Python
|
14 |
build/
|