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