Creating new folders under rails_root

Hi:

Is there any “best practice” regarding folder creation under rails root.
i.e
-apps
-config
-db
-myScripts (myFolder)

I have some background jobs/scripts/programs that I like to have it
under i.e. “myScripts” is it a good idea no? what others are doing for
case like the above.

Appreciate any advice.
Cheers

Background scripts, helper scripts, rake tasks, etc. generally go in the
lib directory…

b