39 lines
419 B
Plaintext
39 lines
419 B
Plaintext
# 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*
|