LivePortrait/.gitignore
Jianzhu Guo 1f443b2344
feat: add scripts for one click windows (#219)
* feat: windows one-click installation

* chore: format

---------

Co-authored-by: zzzweakman <1819489045@qq.com>
2024-07-25 18:50:54 +08:00

29 lines
408 B
Plaintext

# 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
# Ipython notebook
*.ipynb
# Temporary files or benchmark resources
animations/*
tmp/*
.vscode/launch.json
**/*.DS_Store
gradio_temp/**
# Windows dependencies
ffmpeg/
LivePortrait_env/