18 lines
255 B
Plaintext
18 lines
255 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
.env
|
|
|
|
# Node
|
|
node_modules/
|
|
dist/
|
|
.DS_Store
|
|
|
|
# Data persistante — SQLite & secrets (ne pas committer)
|
|
vps-monitor/data/*.db
|
|
vps-monitor/data/.jwt_secret
|
|
|
|
# Anciens fichiers JSON de données
|
|
vps-monitor/backend/data/
|