Open-source X Spaces transcription.

Star

27 lines · 262 B

text
1__pycache__/
2*.py[cod]
3*$py.class
4*.egg-info/
5.eggs/
6dist/
7build/
8.venv/
9venv/
10.env
11.python-version
12.cache/
13.mypy_cache/
14.pytest_cache/
15.ruff_cache/
16out/
17replay.*
18space.wav
19chunks/
20*.m4a
21*.ts
22*.mp3
23!examples/**/*.json
24!examples/**/*.md
25tests/fixtures/
26.DS_Store