alphacep / vosk-server

WebSocket, gRPC and WebRTC speech recognition server based on Vosk and Kaldi libraries
Apache License 2.0
896 stars 243 forks source link

add new instances to python .gitignore #145

Closed ghost closed 2 years ago

nshmyrev commented 2 years ago

Why is this needed?

ghost commented 2 years ago

Why is this needed?

New instances prevent git from indexing python environment files such as venv/, sdist/. It could improve development experience.

It isn't nessesary, but I supposed it can be useful for people, who develop this project.

nshmyrev commented 2 years ago

python environment files such as venv/, sdist/

We do not have anything like this in our project

ghost commented 2 years ago

python environment files such as venv/, sdist/

We do not have anything like this in our project

Thanks for explanation.

I will close this pr, due to it's not actual for project.