lussierc / StockStoryScraper

The Stock Story Scraper (SSS) is a text mining tool that gathers a stock's relevant articles and performs extensive sentiment analysis on them. Fall 2020 Independent Study - Allegheny College.
4 stars 2 forks source link

Create .gitignore #13

Closed lussierc closed 3 years ago

lussierc commented 3 years ago

I need to create a .gitignore file that ignores things like CSV files, pycache files, .DS_Store files, and more.

It should remove all files not necessary on the remote repository to save space and reduce the time needed for new users to remove the repository.

lussierc commented 3 years ago

This was solved by PR #14!