From 9d3b1d6557220457ae11ec8bf5dd891ba6522df1 Mon Sep 17 00:00:00 2001 From: Paul Molodowitch Date: Wed, 17 Apr 2024 13:00:58 -0700 Subject: [PATCH] .gitignore - ignore __pycache__ and .pyc Minor developer quality of life PR... --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index af6e02bde2c..5a066a3f1fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .p4* .DS_Store .AppleDouble - +__pycache__ +*.pyc