Spaces:
Runtime error
Runtime error
updated .gitignore
Browse files- .gitignore +3 -0
.gitignore
CHANGED
|
@@ -40,5 +40,8 @@ yarn-error.log*
|
|
| 40 |
# JetBrains
|
| 41 |
.idea
|
| 42 |
|
|
|
|
|
|
|
|
|
|
| 43 |
# datasets directory is used for local development
|
| 44 |
/datasets/
|
|
|
|
| 40 |
# JetBrains
|
| 41 |
.idea
|
| 42 |
|
| 43 |
+
# VSCode
|
| 44 |
+
__pycache__/*
|
| 45 |
+
|
| 46 |
# datasets directory is used for local development
|
| 47 |
/datasets/
|