mirror of
https://github.com/howelljiang/baidu-voice.git
synced 2026-07-21 22:53:57 +08:00
18 lines
131 B
Plaintext
18 lines
131 B
Plaintext
# 音频文件
|
|
*.pcm
|
|
*.mp3
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# 环境文件
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/ |