For obvious reasons, IEDC_Paths.py and IEDC_PW.py are excluded in .gitignore.
However, to make the life of newcomers easier, you could provide templates with fake paths / credentials. Then the user would know how the file ought to look like, where to get the data. He could then simply copy it and replace the placeholders. A dummy example for IEDC_PW-template.py:
For obvious reasons,
IEDC_Paths.py
andIEDC_PW.py
are excluded in.gitignore
.However, to make the life of newcomers easier, you could provide templates with fake paths / credentials. Then the user would know how the file ought to look like, where to get the data. He could then simply copy it and replace the placeholders. A dummy example for
IEDC_PW-template.py
:This partly applies to #2 as well.