From f3e08510c8bfe9b4253e4ebda700087bbe8f1e21 Mon Sep 17 00:00:00 2001 From: Andrew Hennis Date: Fri, 15 Nov 2024 10:10:08 -0500 Subject: [PATCH] modify gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c678a5e..15d6fd3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] +*.pyc +build/ +dist/