mirror of
https://github.com/KwaiVGI/LivePortrait.git
synced 2025-03-14 21:22:43 +00:00
update gitignore
This commit is contained in:
parent
f8b781dbdf
commit
c35cf139e0
12
.gitignore
vendored
12
.gitignore
vendored
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user