From 9ad53e09af6d98a28997336afbb1db08a0b7ddaa Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Mon, 14 Dec 2020 07:15:59 -0600 Subject: [PATCH] update gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bce858dc0..dbd8b9741 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ *.pyc debug .vscode -config/config.yml \ No newline at end of file +config/config.yml +models +*.mp4 +*.db \ No newline at end of file