diff --git a/.gitignore b/.gitignore index ed8ebf5..f8195f3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,13 @@ -__pycache__ \ No newline at end of file +__pycache__ + +# Model files and directories +*.model +*.safetensors +*.bin +*.pth +*.pt + +# Local model directories +models/ +model/ +model_weights/ \ No newline at end of file