Commit a6715c5
committed
Exclude .venv/.git from the api source tree bundled by PyInstaller
api/.venv exists both locally and in CI (poetry installs in-project), and
_source_tree() was copying it wholesale into the frozen bundle: ~460 MB
of site-packages shipped as inert data inside every AppImage/.exe. The
freshly rebuilt AppImage jumped 281 MB -> 462 MB, which is how this
surfaced.1 parent 6cd2c72 commit a6715c5
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
64 | 69 | | |
65 | 70 | | |
66 | 71 | | |
| |||
0 commit comments