Clean up
This commit is contained in:
parent
2c24a4e9df
commit
f821e162f6
3 changed files with 4 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -3,3 +3,5 @@ runs*
|
|||
*.log
|
||||
saved_models*
|
||||
train.py
|
||||
data
|
||||
bulk
|
||||
|
|
|
|||
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"files.exclude": {
|
||||
"**/__pycache__": true
|
||||
"**/__pycache__": true,
|
||||
"data": true
|
||||
},
|
||||
"editor.formatOnSave": true,
|
||||
"notebook.formatOnCellExecution": true,
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 3.4 MiB After Width: | Height: | Size: 3.4 MiB |
Loading…
Add table
Add a link
Reference in a new issue