From 7af418e7044726af0e693dd4bc7a92033ad2e13e Mon Sep 17 00:00:00 2001 From: debugtalk Date: Wed, 10 Nov 2021 18:52:37 +0800 Subject: [PATCH] change: git ignore __pycache__ --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 53afb774..04cd5614 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,5 @@ # vendor/ __debug_bin -.vscode/ \ No newline at end of file +.vscode/ +__pycache__ \ No newline at end of file