How to protect a top secret python script?
I’m developing a project in a client-server architecture. The client is a python 3.12 script that will run on customers desktops and the server is a Django 5.0.x application. I will distribute the client script after running pyinstaller -F script.py, so the package has approximately 40MB because of the virtual enviroment with python libs. So, I need to protect the client script to avoid people can read my code and copy my idea.