add reloader config file

This commit is contained in:
Izalia Mae 2021-02-03 20:58:56 -05:00
parent 4a55ada029
commit 74fa65ec41

5
reload.cfg Normal file
View file

@ -0,0 +1,5 @@
exec = python3 -m paws
watch_ext = py, env
ignore_dirs = build
ignore_files = reload.py, test.py
log_level = INFO