added more models for testing
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -1,2 +1,14 @@
|
||||
# Created by venv; see https://docs.python.org/3/library/venv.html
|
||||
*
|
||||
# Virtual Environment (the folders Git saw)
|
||||
bin/
|
||||
lib/
|
||||
share/
|
||||
pyvenv.cfg
|
||||
include/
|
||||
|
||||
# Data and Models
|
||||
data/
|
||||
trained_models/
|
||||
|
||||
# Python cache
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
Reference in New Issue
Block a user