optimised

This commit is contained in:
2026-07-01 21:05:01 +02:00
commit 434d3b8198
34 changed files with 3286 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# 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/
datasets/
trained_models/
# Python cache
__pycache__/
*.py[cod]
lib64
/reports
*.bin
*.idx
*.rec
*.lst
property