mirror of
https://github.com/KwaiVGI/LivePortrait.git
synced 2025-03-15 05:52:58 +00:00
30 lines
354 B
Plaintext
30 lines
354 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
**/__pycache__/
|
|
*.py[cod]
|
|
**/*.py[cod]
|
|
*$py.class
|
|
|
|
# Model weights
|
|
**/*.pt
|
|
**/*.pth
|
|
**/*.onnx
|
|
|
|
pretrained_weights/*
|
|
|
|
# Ipython notebook
|
|
*.ipynb
|
|
|
|
# IDEs
|
|
.python-version
|
|
.idea/*
|
|
.vscode/*
|
|
*.code-workspace
|
|
|
|
# Temporary files or benchmark resources
|
|
animations/*
|
|
build/*
|
|
tmp/*
|
|
torch_compile_debug/*
|
|
venv/*
|