Have you searched existing issues?
No related issues.
Is your feature request related to a problem? Please describe.
It's very easy to accidentally mess up and break things saving to the ./data/ directory... especially since that directory could very easily be removed accidentally.
Describe the solution you'd like
We should use a system like appdirs to set the default save directory somewhere better.
Describe alternatives you've considered
Set the default to the .jar file's current directory, or to the root directory (but this second option wouldn't work well at all for tests).
Additional context
N/A
Have you searched existing issues?
No related issues.
Is your feature request related to a problem? Please describe.
It's very easy to accidentally mess up and break things saving to the
./data/directory... especially since that directory could very easily be removed accidentally.Describe the solution you'd like
We should use a system like appdirs to set the default save directory somewhere better.
Describe alternatives you've considered
Set the default to the .jar file's current directory, or to the root directory (but this second option wouldn't work well at all for tests).
Additional context
N/A