lphillips / SecretHitlerDiscord

A discord bot for the famous board game Secret Hitler
Other
1 stars 0 forks source link

Write generated images to a temp location #48

Open lphillips opened 3 years ago

lphillips commented 3 years ago

game.py generates some images as part of running the game (see policy_peek() for an example). These images are written into the git repo, so git notices new files and thinks you might want to add them. It would be nice to either write these files to a temp folder, or at least put them in a subfolder where they can be easily ignored in .gitignore.