A web scraper build to search specific information for a given compound (and its pseudonyms)

Removed all .pyc files and added to the ignore list

+3
+3
.gitignore
··· 1 1 #EDITOR AND IDE SPECIFIC SETTINGFILES 2 2 .idea 3 3 4 + #Python Specific ignores 5 + *.pyc 6 + 4 7 #THINGS WE WOULD NEVER EVER WANT! 5 8 #ignore thumbnails created by windows 6 9 Thumbs.db
Scrapy/__init__.pyc

This is a binary file and will not be displayed.

Scrapy/settings.pyc

This is a binary file and will not be displayed.

Scrapy/spiders/__init__.pyc

This is a binary file and will not be displayed.