# ============================================================= # Restic exclude patterns — USER level # Copy to ~/.config/restic/excludes.txt and customize. # ============================================================= # Caches .cache Cache cache .npm .gradle .maven # Browser data (large, recoverable) .config/google-chrome/Default/Cache .config/chromium/Default/Cache .config/BraveSoftware/Brave-Browser/Default/Cache .mozilla/firefox/*.default/cache2 # Build artefacts node_modules __pycache__ *.pyc target/ .next/ dist/ # Temporary files *.tmp *.log *.swp # Large media you can recover elsewhere *.iso *.img *.vmdk # Trash .local/share/Trash