Skip to content

Commit

Permalink
Sort .gitignore; add dist and *.py[cod]
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Jul 18, 2023
1 parent 76e549d commit abdbaa8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
*.egg-info
*.py[cod]
.pt13
.pt2
.pt2_2
.pt13
*.egg-info
build
/checkpoints
/dist
/outputs
/checkpoints
build

0 comments on commit abdbaa8

Please sign in to comment.