This is a simple question, but I could not find the exact answer in it.
I have a standalone Python script that I use in my Rails application. What suitable folder should I save in accordance with the agreement, so that I can push it to production (currently it starts from the desktop of my computer)? I think the answer is lib/assets, but I want to make sure.
source
share