Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Zhiyuan Chen <[email protected]>
  • Loading branch information
ZhiyuanChen committed Mar 27, 2024
1 parent 0f62c93 commit 27a021c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -399,3 +399,17 @@ FodyWeavers.xsd

# version
**/_version.py

# Python Egg
*.egg-info/

# Checkpoints
**/*.onnx
**/*.ckpt
**/*.safetensors
**/*.pth
**/*.pt
**/*.bin
**/*.msgpack
**/*.h5
**/*.ot

0 comments on commit 27a021c

Please sign in to comment.