added more models for testing

This commit is contained in:
2026-05-05 21:04:33 +02:00
parent 1c04344ad6
commit 4cc9fa2bac
11 changed files with 143 additions and 21 deletions

16
.gitignore vendored
View File

@@ -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]