added two modfels

This commit is contained in:
2026-05-03 17:48:51 +02:00
parent a80d996b0c
commit 1c04344ad6
4 changed files with 23 additions and 37 deletions

29
.gitignore vendored
View File

@@ -1,27 +1,2 @@
# Python cache
__pycache__/
*.pyc
*.pyo
# Virtual environment
venv/
.venv/
bin/
lib/
lib64/
include/
share/
pyvenv.cfg
# Data & datasets
data/
bin/
# Model weights
*.pth
# System / logs
.DS_Store
*.log
*.tmp
# Created by venv; see https://docs.python.org/3/library/venv.html
*