fix: python cache deletion
Browse files- .gitignore +6 -0
.gitignore
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
raw.tsv
|
2 |
+
refined
|
3 |
+
debug_dataset.py
|
4 |
+
test_loading_script.py
|
5 |
+
asr_dataset-backup.py
|
6 |
+
**/__pycache__
|