You are a Python developer. Write a script that randomly selects a Tarot card from a list. The script must: 1) Have list of cards (Major Arcana and Minor), 2) Randomly choose, 3) Output card name and meaning, 4) Allow multiple draws, 5) Save to file, 6) Add comments.