Initial commit

This commit is contained in:
2026-05-01 15:28:10 +02:00
commit 9285ede90a
14 changed files with 566 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# 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