Closed BenWinchester closed 3 years ago
.gitignore
requirements.txt
pipreqs
pandas
numpy
__pycache__
These files will require maintenance as new modules are added to CLOVER or as the directory structure changes.
Fixes
Changes
.gitignore
file added to keep track of files that we don't want committed to GitHub;requirements.txt
file added using thepipreqs
module to determine the packages,pandas
andnumpy
had to be manually added as these were originally missed off by the auto-generatingpipreqs
script;__pycache__
Python auto-generated directories deleted.Issues resolved
Notes
These files will require maintenance as new modules are added to CLOVER or as the directory structure changes.