add gitignore and fix a small bug with settings if the file doesn't exist

This commit is contained in:
UpstreamData
2022-06-14 09:42:12 -06:00
parent 7c3af3da41
commit f18d37a19e
2 changed files with 10 additions and 2 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
venv/
build/
__pycache__/
pyvenv.cfg
.env/
bin/
lib/