V0.1 de la récupération json via ollama.cpp

This commit is contained in:
Mathis 2026-03-21 17:42:06 +01:00
parent 14985f6dbb
commit bbeef58286
11 changed files with 78 additions and 34 deletions

28
.gitignore vendored Executable file
View file

@ -0,0 +1,28 @@
# Fichiers d'environnement (contiennent des tokens/clés sensibles)
.env
# Fichiers de configuration générés
config.json
whitelist.json
bridges.json
config.db
malware.json
# Cache Python
__pycache__/
*.pyc
*.pyo
*.pyd
# Environnements virtuels
venv/
env/
.venv/
# IDE
.vscode/
.idea/
# Logs
*.Logs
*.log
.data