23 lines
222 B
Plaintext
23 lines
222 B
Plaintext
# Modèles IA (Trop lourds pour Git)
|
|
models/*
|
|
!.gitkeep
|
|
*.ckpt
|
|
*.safetensors
|
|
*.pth
|
|
*.bin
|
|
|
|
# Données et sorties
|
|
data/*
|
|
!.gitkeep
|
|
outputs/*
|
|
!.gitkeep
|
|
*.wav
|
|
*.mp4
|
|
*.png
|
|
|
|
# Configuration sensible
|
|
.env
|
|
*.log
|
|
|
|
# Docker
|
|
.docker/ |