Merge pull request #20 from Tps-F/add_gitignore

add gitignore
This commit is contained in:
RVC-Boss 2024-01-20 11:27:06 +08:00 committed by GitHub
commit ca8800f312
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

3
.gitignore vendored
View File

@ -1,2 +1,5 @@
.DS_Store
__pycache__
*.pyc
env
runtime