mirror of
https://github.com/KwaiVGI/LivePortrait.git
synced 2025-03-15 14:02:12 +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
|
*$py.class
|
||||||
|
|
||||||
# Model weights
|
# Model weights
|
||||||
|
**/*.pt
|
||||||
**/*.pth
|
**/*.pth
|
||||||
**/*.onnx
|
**/*.onnx
|
||||||
|
|
||||||
pretrained_weights/*.md
|
pretrained_weights/*
|
||||||
pretrained_weights/docs
|
|
||||||
|
|
||||||
# Ipython notebook
|
# Ipython notebook
|
||||||
*.ipynb
|
*.ipynb
|
||||||
|
|
||||||
|
# IDEs
|
||||||
|
.python-version
|
||||||
|
.idea/*
|
||||||
|
.vscode/*
|
||||||
|
*.code-workspace
|
||||||
|
|
||||||
# Temporary files or benchmark resources
|
# Temporary files or benchmark resources
|
||||||
animations/*
|
animations/*
|
||||||
|
build/*
|
||||||
tmp/*
|
tmp/*
|
||||||
|
torch_compile_debug/*
|
||||||
venv/*
|
venv/*
|
||||||
|
Loading…
Reference in New Issue
Block a user