LivePortrait/.gitignore
萌狼蓝天 00c5b1ce16 @xrilang
2024-08-06 19:43:55 +08:00

18 lines
228 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
**/__pycache__/
*.py[cod]
**/*.py[cod]
*$py.class
# Model weights
**/*.pth
**/*.onnx
# Ipython notebook
*.ipynb
# Temporary files or benchmark resources
animations/*
tmp/*