From d5b4957916b18e4de5607af5e4fe447f4c7eb965 Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Tue, 27 Apr 2021 13:46:58 -0500 Subject: [PATCH] gitignore: Stop committing pyc files --- g13gui/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/g13gui/.gitignore b/g13gui/.gitignore index bee8a64..8d35cb3 100644 --- a/g13gui/.gitignore +++ b/g13gui/.gitignore @@ -1 +1,2 @@ __pycache__ +*.pyc