A web scraper build to search specific information for a given compound (and its pseudonyms)
at develop 35 lines 412 B view raw
1#EDITOR AND IDE SPECIFIC SETTINGFILES 2.idea 3 4#Python Specific ignores 5*.pyc 6 7#may contain authentication information 8sources.cfg 9#Another of our config files 10GUI.cfg 11 12#THINGS WE WOULD NEVER EVER WANT! 13#ignore thumbnails created by windows 14Thumbs.db 15#Ignore files build by Visual Studio 16*.obj 17*.exe 18*.pdb 19*.user 20*.aps 21*.pch 22*.vspscc 23*_i.c 24*_p.c 25*.ncb 26*.suo 27*.tlb 28*.tlh 29*.bak 30*.cache 31*.ilk 32*.log 33*.dll 34*.lib 35*.sbr