From 093035864b8a776fbdaa2f46d2a4287aabccf6bc Mon Sep 17 00:00:00 2001 From: Ray Lyon Date: Tue, 29 Mar 2022 22:44:49 -0400 Subject: [PATCH] gitignore pycache --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 600d2d3..4edd750 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.vscode \ No newline at end of file +.vscode +__pycache__ \ No newline at end of file