Hyperion101010 / naukri-scraper

A scraper using python requests library , that can scrape over 4,00,000 job profiles over naukri.com .Also it creates excel files automatically from scraped data facilitating data analysis .
GNU General Public License v3.0
13 stars 9 forks source link

Overabundance of .xlsx files #8

Open morph8hprom opened 4 years ago

morph8hprom commented 4 years ago

There is a massive amount of .xlsx files present in the repository, 159 by my count. If these are not intended to be saved, they should be included in a .gitignore. If they are intended to be saved for any purpose, they should be relocated to a different directory so that they aren't cluttering up the main source directory.

Hyperion101010 commented 4 years ago

Yes I agree there is a need of gitignore to only push the required stuff @morph8hprom