rsync -av --exclude venv \ --exclude __pycyche__ \ --exclude '*.pyc' \ --exclude node_modules \ src/* \ "${INSTALL_DIR}"