From c35cf139e01f82541ba5b7f03bfc6a89bcb29e36 Mon Sep 17 00:00:00 2001 From: Rafael Silva Date: Mon, 7 Oct 2024 05:39:23 -0400 Subject: [PATCH] update gitignore --- .gitignore | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c68fd1e..ef0ebd8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,16 +6,24 @@ __pycache__/ *$py.class # Model weights +**/*.pt **/*.pth **/*.onnx -pretrained_weights/*.md -pretrained_weights/docs +pretrained_weights/* # Ipython notebook *.ipynb +# IDEs +.python-version +.idea/* +.vscode/* +*.code-workspace + # Temporary files or benchmark resources animations/* +build/* tmp/* +torch_compile_debug/* venv/*