Files
audio2text/.gitignore
audio2text dev d990207cec fix
2026-07-11 12:09:20 +08:00

26 lines
331 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Python
.venv/
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
# 运行时数据(走 docker volume不入库
data/
data-gpu/
/models/
config.yaml
*.pid
logs/
# 编辑器
.vscode/
.idea/
# 测试数据与脚本(本地测试用,不入库)
/test/
# 导出的 Docker 镜像 tar太大不入库
*.tar
build/