refactor: rename directories to kebab-case and clean up project structure

Rename CMDB -> cmdb (submodule), GENERATEUR_CERTIFICATES -> cert-generator, GENERATEUR_SWITCH -> switch-config

Remove deleted CMDB files, switch config examples, proxy.sh, and pycache artifacts
Update all internal path references across HTML, JS, and Python files
This commit is contained in:
Guillaume DENIS 2026-07-04 17:55:56 +02:00
parent bfc88f4afc
commit 2fb3621053
22 changed files with 27 additions and 9135 deletions

10
.gitignore vendored
View file

@ -1,13 +1,13 @@
# === Données réelles — gardées en local, jamais publiées ===
# Base CMDB (inventaire + mot de passe bind LDAP)
CMDB/cmdb.db
CMDB/cmdb.db.ver
CMDB/cmdb.db.tmp
cmdb/cmdb.db
cmdb/cmdb.db.ver
cmdb/cmdb.db.tmp
# Snapshots horodatés de la base (copies des données réelles)
CMDB/snapshots/
cmdb/snapshots/
# Certificats générés (contiennent des clés privées)
GENERATEUR_CERTIFICATES/LISTS_ALL_CERT/
cert-generator/LISTS_ALL_CERT/
# === Environnement / build ===
.venv/