# Build output
output/
*.img
*.qcow2

# Chroot directory (created during build)
chroot/

# Mount points
mount/

# WireGuard keys (never commit these!)
client-private.key
client-public.key
server-private.key
server-public.key

# Temporary files
*.tmp
*.bak
*~

# IDE/editor files
.vscode/
.idea/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db

# Build artifacts
*.deb
*.tar.gz
*.tar.xz
