# Secrets and private material
*.key
*.pem
*.p12
*.env
*secret*
*password*
*token*
*.db
*.sqlite*
.netrc

# Machine identity / credentials
rootfs/etc/ssh/ssh_host_*
rootfs/etc/sbctl/
rootfs/etc/ssl/private/
rootfs/etc/NetworkManager/system-connections/
rootfs/etc/wireguard/
rootfs/root/

# Temporary files
*.bak
*.tmp
*.swp
*.log
.cache/
build/

# Menu Limine généré avec les snapshots
inventory/boot/limine.conf.current
