-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (47 loc) · 679 Bytes
/
.gitignore
File metadata and controls
50 lines (47 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
groq_api_key.txt
remote_api_token.txt
.venv/
.wwebjs_auth/
.wwebjs_cache/
__pycache__/
*.pyc
.pytest_cache/
node_modules/
dist/
build/
audios_temp/
chrome_profile/
perfil_whatsapp/
nova_sessao_whatsapp/
altair_session/
puppeteer_data/
*.log
data/json/
data/memoria_arquivos.json
data/cad/
data/graficos/
data/gráficos/
data/macros/
configs/groq_api_key.txt
configs/remote_api_token.txt
configs/apps.json
json/voice_config.json
.env
# Modelos e pesos grandes
assets/piper/
data/models/
data/wwebjs_logs/
*.onnx
*.bin
*.safetensors
*.pth
## Installer artifacts
installer/payload.zip
dist/
build/
*.spec
python/
pyload_zip
# Audio outputs temporarios
voz_*.wav
voz_eleven_*.mp3