pytorch / torchtitan

A native PyTorch Library for large model training
BSD 3-Clause "New" or "Revised" License
1.28k stars 115 forks source link

update .gitignore to screen out slew of new temp files #359

Closed lessw2020 closed 1 month ago

lessw2020 commented 1 month ago

After updating today, I found a whole slew of various new temp files clogging up my source tab. This PR screens these out so that they don't accidentally get added in a PR and keeps your source tab change count correct.

Example of issue without this PR:

Screenshot 2024-05-23 at 9 21 55 PM

vs with this PR:

Screenshot 2024-05-23 at 10 07 16 PM