Default JSON storage files (such as insects.json) exist relative to the current working directory. However, should they exist relative to the source code? How can this be specified? Right now, they clog up the current working directory, introducing the possibility of them being accidentally git added into version control.
This issue can also apply to the config folder. Where should that go? Relative to the source code, or somewhere else?
We might have to introduce another conflict (data dir? config dir?) in order to solve this.
Default JSON storage files (such as
insects.json) exist relative to the current working directory. However, should they exist relative to the source code? How can this be specified? Right now, they clog up the current working directory, introducing the possibility of them being accidentallygit added into version control.This issue can also apply to the
configfolder. Where should that go? Relative to the source code, or somewhere else?We might have to introduce another conflict (data dir? config dir?) in order to solve this.