tpushkar/pushkar_code_model
0
1print("🔹 Deleting cache and temp files to free up space...")2os.system("rm -rf /home/user/.cache/")3os.system("rm -rf /home/user/.local/share/") # Remove models if needed4os.system("rm -rf /home/user/app/__pycache__/") # Remove Python cache