tsaiyunshao commited on
Commit
82fbcf7
·
verified ·
1 Parent(s): 463ea2b

Upload .gitignore with huggingface_hub

Browse files
Files changed (1) hide show
  1. .gitignore +29 -0
.gitignore ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Python scripts for local processing
2
+ check_current_instructions.py
3
+ check_instructions.py
4
+ extract_dataset.py
5
+ get_dataset_info.py
6
+ inspect_data.py
7
+ remove_reference_audio.py
8
+
9
+ # Extracted dataset directory
10
+ extracted_dataset/
11
+
12
+ # Backup directory
13
+ data_backup/
14
+
15
+ # Python cache
16
+ __pycache__/
17
+ *.pyc
18
+ *.pyo
19
+
20
+ # IDE files
21
+ .vscode/
22
+ .idea/
23
+ *.swp
24
+ *.swo
25
+ *~
26
+
27
+ # OS files
28
+ .DS_Store
29
+ Thumbs.db