# Backups
/backups/

# Cache de Python
__pycache__/

# Variables de entorno
.env

# Certificados y claves
/data/certs/
*.key
*.pem
*.crt

# Grafana (estado runtime)
/data/grafana/data/

# Jenkins home (volumen)
/data/jenkins_home/

# MinIO (motor de storage y objetos)
/data/minio/

# MySQL (datadir del motor, no el init)
/data/mysql/data/

# Nginx Proxy Manager (estado, keys, certs)
/data/npm/

# Prometheus (TimeSeriesDataBase, no el config)
/data/prometheus/data/
