Spaces:
Sleeping
Sleeping
Commit ·
c4f3f0c
1
Parent(s): 96e63d2
gitignore
Browse files- .gitignore +18 -0
.gitignore
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
dataset*
|
| 3 |
+
runs/
|
| 4 |
+
dev*
|
| 5 |
+
|
| 6 |
+
#macOS
|
| 7 |
+
.DS_Store
|
| 8 |
+
|
| 9 |
+
# python generated files
|
| 10 |
+
__pycache__/
|
| 11 |
+
*.py[oc]
|
| 12 |
+
build/
|
| 13 |
+
dist/
|
| 14 |
+
wheels/
|
| 15 |
+
*.egg-info
|
| 16 |
+
|
| 17 |
+
# venv
|
| 18 |
+
.venv
|