LivePortrait/.gitignore

24 lines
343 B
Plaintext
Raw Normal View History

2024-07-03 20:32:47 +00:00
# Byte-compiled / optimized / DLL files
__pycache__/
**/__pycache__/
*.py[cod]
**/*.py[cod]
*$py.class
# Model weights
**/*.pth
**/*.onnx
pretrained_weights/*.md
pretrained_weights/docs
pretrained_weights/liveportrait
2024-07-03 20:32:47 +00:00
# Ipython notebook
*.ipynb
# Temporary files or benchmark resources
animations/*
tmp/*
.vscode/launch.json
**/*.DS_Store