# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual Environment - NEVER commit these! venv/ env/ ENV/ accent-env/ .venv/ *.venv # Model Cache Directories model_cache/ pretrained_models/ huggingface_cache/ transformers_cache/ .cache/ # SpeechBrain specific cache lang-id-voxlingua107-ecapa/ accent-id-commonaccent_ecapa/ accent-id-commonaccent_xlsr-en-english/ # Temporary files input_video.mp4 audio.wav temp_video.* temp_audio.* *.tmp # Jupyter Notebook .ipynb_checkpoints # pyenv .python-version # Environment variables .env .venv # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Logs *.log logs/ # HuggingFace transformers cache ~/.cache/huggingface/