# Python scripts for local processing check_current_instructions.py check_instructions.py extract_dataset.py get_dataset_info.py inspect_data.py remove_reference_audio.py # Extracted dataset directory extracted_dataset/ # Backup directory data_backup/ # Python cache __pycache__/ *.pyc *.pyo # IDE files .vscode/ .idea/ *.swp *.swo *~ # OS files .DS_Store Thumbs.db