From b60b02e223f2f0d234eb7583dbe6fd3b0701f6e0 Mon Sep 17 00:00:00 2001 From: jimmy Date: Fri, 22 Jul 2022 00:09:20 +1200 Subject: [PATCH] Ignore pycache --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d714b65..9d3b6cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ audio videos -images \ No newline at end of file +images +__pycache__ \ No newline at end of file