chore: update .gitignore

This commit is contained in:
monoid 2022-02-24 01:23:32 +09:00
parent 0da0e66710
commit eb23c35b0f
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
nsmc/**/* nsmc/**/*
nsmc.zip nsmc.zip
.ipynb_checkpoints/**/* .ipynb_checkpoints/**/*
__pycache__/**/* __pycache__/**/*
model.zip