From e78213463db34352ee2f8e216caa5d3fabf284eb Mon Sep 17 00:00:00 2001 From: Karl Hudgell Date: Sun, 3 Nov 2024 20:57:47 +0000 Subject: [PATCH] ignore pyc --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4dda9a4..a11ea35 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ venv/ config.py +**/*.pyc \ No newline at end of file