Files
faster-whisper/.gitignore
2023-04-06 19:13:09 +02:00

16 lines
177 B
Plaintext

# Byte-compiled / Optimized / DLL Files
*.pyc
*.pyo
*.pyd
__pycache__/
# Distribution / Packaging
venv/
# Unit Test
.pytest_cache/
# Ignore IDE, Editor Files
.idea/
.vscode/