From 522751e9f85ace22cea83e3de611ad109ecf6cad Mon Sep 17 00:00:00 2001 From: mattmcw Date: Sun, 9 May 2021 11:45:15 -0400 Subject: [PATCH] Ignore pth files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 27774a6..b40333a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ videos output -node/node_modules \ No newline at end of file +node/node_modules +*.pth \ No newline at end of file