FaceAnything / .gitignore
Umut Kocasari
Add FaceAnything Gradio demo app
4db294e
Raw
History Blame Contribute Delete
203 Bytes
__pycache__/
*.pyc
*.pyo
.ipynb_checkpoints/
# local model weights — add the real one via Git LFS (see README)
checkpoints/*.pt
# runtime / scratch
output/
outputs/
.gradio/
flagged/
*.log
.DS_Store