diff --git a/.gitignore b/.gitignore index 20aff193..b7f19faa 100755 --- a/.gitignore +++ b/.gitignore @@ -399,3 +399,17 @@ FodyWeavers.xsd # version **/_version.py + +# Python Egg +*.egg-info/ + +# Checkpoints +**/*.onnx +**/*.ckpt +**/*.safetensors +**/*.pth +**/*.pt +**/*.bin +**/*.msgpack +**/*.h5 +**/*.ot