FacePoke / .gitignore
jbilcke-hf's picture
jbilcke-hf HF staff
fix image switch + add download button
6989c25
raw
history blame
395 Bytes
# Byte-compiled / optimized / DLL files
__pycache__/
**/__pycache__/
*.py[cod]
**/*.py[cod]
*$py.class
miniserver.py
# Model weights
**/*.pth
**/*.onnx
# Ipython notebook
*.ipynb
# Temporary files or benchmark resources
animations/*
tmp/*
# more ignores
.DS_Store
*.log
.idea/
.vscode/
*.pyc
.ipynb_checkpoints
results/
data/audio/*.wav
data/video/*.mp4
ffmpeg-7.0-amd64-static
venv/
.cog/