Primo rilascio: Gateway SIP-DMR completo

This commit is contained in:
2026-08-08 16:01:06 +02:00
commit febef4f5f2
8 changed files with 730 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Ignora i file di configurazione reali (dati sensibili)
config.json
utenti.json
# Ignora gli ambienti virtuali di Python
venv/
env/
# Ignora i file di cache generati da Python
__pycache__/
*.pyc
# Ignora tutti i file di database SQLite
*.db
*.sqlite3