httpz- Hyper-fast HTTP Scraping Tool |
git clone git://git.acid.vegas/httpz.git |
Log | Files | Refs | Archive | README | LICENSE |
.gitignore (222B)
1 # Python 2 __pycache__/ 3 *.py[cod] 4 *$py.class 5 *.so 6 .Python 7 build/ 8 develop-eggs/ 9 dist/ 10 downloads/ 11 eggs/ 12 .eggs/ 13 lib/ 14 lib64/ 15 parts/ 16 sdist/ 17 var/ 18 wheels/ 19 *.egg-info/ 20 .installed.cfg 21 *.egg 22 23 # Project specific 24 .env 25 logs/* 26 *.log 27 .log