Spaces:
Running
on
Zero
Running
on
Zero
File size: 542 Bytes
06984ac 3910efd 06984ac 3910efd 06984ac 3910efd 06984ac 3910efd 06984ac 3910efd 06984ac 3910efd 06984ac 3910efd 06984ac 3910efd 06984ac 3910efd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# 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
*.pt
pretrained_models/*
*_pb2_grpc.py
*_pb2.py |