# Python virtual environments .venv/ venv/ env/ ENV/ # Python bytecode __pycache__/ *.py[cod] *$py.class *.so .Python # Distribution / packaging dist/ build/ *.egg-info/ # Jupyter Notebook .ipynb_checkpoints # WhisperX specific whisperx_downloads/ *.bin *.pt *.pth *.onnx *.wav *.mp3 # Temporary files generated by streamlit temp_*.nhsx # Test audio files tests/demo_project/demo Files/*.wav tests/demo_project/demo Files/*.mp3 # Logs *.log logs/ # Unit test / coverage reports htmlcov/ .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ # Environment variables .env .env.local # IDE specific files .idea/ .vscode/ *.swp *.swo .DS_Store