first commit
This commit is contained in:
52
.gitignore
vendored
Normal file
52
.gitignore
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
.venv/
|
||||
|
||||
# Visual Studio Code files
|
||||
.vscode
|
||||
.vs
|
||||
|
||||
# PyCharm files
|
||||
.idea
|
||||
|
||||
# Eclipse Project settings
|
||||
*.*project
|
||||
.settings
|
||||
|
||||
# Sublime Text settings
|
||||
*.sublime-workspace
|
||||
*.sublime-project
|
||||
|
||||
# Editor temporaries
|
||||
*.swn
|
||||
*.swo
|
||||
*.swp
|
||||
*.swm
|
||||
*~
|
||||
|
||||
# IPython notebook checkpoints
|
||||
.ipynb_checkpoints
|
||||
|
||||
# macOS dir files
|
||||
.DS_Store
|
||||
|
||||
exp
|
||||
data
|
||||
raw_wav
|
||||
tensorboard
|
||||
**/*build*
|
||||
|
||||
# Clangd files
|
||||
.cache
|
||||
compile_commands.json
|
||||
|
||||
# train/inference files
|
||||
*.wav
|
||||
*.m4a
|
||||
*.aac
|
||||
*.pt
|
||||
pretrained_models/*
|
||||
*_pb2_grpc.py
|
||||
*_pb2.py
|
||||
Reference in New Issue
Block a user