update gitignore

This commit is contained in:
Rafael Silva 2024-10-07 05:39:23 -04:00
parent f8b781dbdf
commit c35cf139e0

12
.gitignore vendored
View File

@ -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/*