From 81709359e951128af25912b7da52a9976c4f128c Mon Sep 17 00:00:00 2001 From: ThanhNS Date: Fri, 12 Oct 2018 14:38:27 +0700 Subject: [PATCH] update .gitignore --- .gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2255a90..3aae7c5 100644 --- a/.gitignore +++ b/.gitignore @@ -28,12 +28,16 @@ Temporary Items ### Project ### .idea/ +__pycache__/ -# virtualenv +# Virtualenv venv/ -# temp files +# Temp files temp/ samples/*.mp4 +# The weights of the trained models +model-weights/*.weights +