Initial commit: InkFlow — EPUB vers livre audio local (MLX/Kokoro)

This commit is contained in:
2026-06-21 00:10:11 +02:00
commit d3bb91394b
71 changed files with 8138 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# Python
.venv/
__pycache__/
*.pyc
*.egg-info/
.pytest_cache/
# InkFlow : artefacts générés et sorties
data/
output/
# Node
node_modules/
# Échantillons audio (volumineux, non versionnés)
samples/
# Modèles / caches HF (au cas où téléchargés localement)
.cache/
models/
# OS
.DS_Store