Update gitignore with additional build artifacts

Add *.egg-info/ and Pallectrum.egg-info/ to prevent tracking of build artifacts
This commit is contained in:
2025-12-01 12:12:44 +01:00
parent 424cc4265d
commit 44ea1475d0

2
.gitignore vendored
View File

@@ -5,7 +5,9 @@
build/
dist/
*.egg/
*.egg-info/
Electrum.egg-info/
Pallectrum.egg-info/
.devlocaltmp/
*_trial_temp
packages