## Building the application ```bash uv run build.py build ``` or ```bash # With the virtual environment activated python build.py build ``` This will create a distributable file for the application in the ‘dist/’ folder.