From 38ccf84873508eb0153b5213b387cd20ce775a1b Mon Sep 17 00:00:00 2001 From: zhaomingwork <61895407+zhaomingwork@users.noreply.github.com> Date: 星期二, 13 六月 2023 23:01:06 +0800 Subject: [PATCH] exit when send all data for python ws client (#627) --- .gitignore | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index f8b55d7..58bee36 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,16 @@ .DS_Store init_model/ *.tar.gz +test_local/ +RapidASR +export/* +*.pyc +.eggs +MaaS-lib +.gitignore +.egg* +dist +build +funasr.egg-info +docs/_build +modelscope \ No newline at end of file -- Gitblit v1.9.1