You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

62 lines
678 B

# 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