-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I can see a lot of unnessary files in the module please remove them
for example:
- test.txt ? Do we need this ?
- p1.py~ ? lokks like you have accidentally added swap file
- report ? why we need this if this is an intermediate file which gets generated when module runs then you should delete this at the end .i.e when module finishes
- report.pdf ? you github commit should not contain this file
- recommend.txt ? again intermediate file
6 postgresql.conf ? why this files is in github commit ? - postgre_info.pyc ? what is this file ? and why do we need this in commit ?
- os.conf.pdf ? again intermediate file
- os.conf ? again intermediate file
- report.pdf ? we dont need this in github commit ? do we ?
The point I am trying to make is keep your code repository as clean as possible I am sure you can find more files like this if you look carefully at your code
please clean it
Metadata
Metadata
Assignees
Labels
No labels