deepdefend-api / .gitignore
nishchandel's picture
Initial deployment without models
60efa5a
raw
history blame contribute delete
235 Bytes
@"
__pycache__/
*.pyc
.env
myenv/
models/video_model/*
models/audio_model/*
!models/.gitkeep
!models/video_model/.gitkeep
!models/audio_model/.gitkeep
uploads/*
!uploads/.gitkeep
*.bin
*.pt
*.pth
"@ | Out-File .gitignore -Encoding utf8