From 8fb3cac6454551ab4bca11c7ec7fdcd97a1b8211 Mon Sep 17 00:00:00 2001 From: Timothy Sutton Date: Sun, 7 Nov 2021 06:53:24 -0500 Subject: [PATCH] add a .gitignore --- .gitignore | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5129885..3bd6e2f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,12 @@ .DS_Store -pyinstaller.zip -pyinstaller-* -brigadier*.zip -/brigadier.plist + +# virtualenv +.venv + +# possible brigadier outputs BootCamp-* + +# pyinstaller +build +dist +*.spec