Initial commit: InkFlow — EPUB vers livre audio local (MLX/Kokoro)
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user