FaceLift / .gitignore
wlyu-adobe's picture
Initial commit
bd9eb72
raw
history blame
508 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
ENV/
env/
# Model checkpoints and data (downloaded from HuggingFace)
checkpoints/
*.pt
*.pth
*.ckpt
*.safetensors
# Output files
outputs/
*.ply
*.mp4
# Examples (if large)
examples/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Gradio cache
gradio_cached_examples/
flagged/