Bottom Line: It is 100% safe to delete .blend1 and .blend2 files if your primary .blend 3D scene file opens without issues.
What are .blend1 Files?
Every time you save a .blend file, Blender renames the previous save file to .blend1 (and .blend2 if configured).
How to Delete Blender .blend1 Files
Get-ChildItem -Path "C:\BlenderProjects" -Filter "*.blend1" -Recurse | Remove-Item -Force
Discussion
Loading authentication...