From 1abe01771e90a01bf83af157bba7842ae7f11e3b Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Thu, 19 Jun 2025 19:37:48 -0400 Subject: [PATCH] Update .gitignore for build outputs --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.gitignore b/.gitignore index 8bf312e..3108e3f 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,25 @@ Thumbs.db *.swp __pycache__/ *.pyc + +# Build and distribution artifacts +dist/ +build/ +*.egg-info/ + +# Electron app artifacts +gui/electron/node_modules/ +gui/electron/dist/ +gui/electron/build/ +gui/electron/out/ + +# Generated host directories +host/* +!host/voxvera/ + +# CI logs +ci-logs/ + +# Onionshare logs and session files +*.log +*.onionshare-session