From 433fcebbc30dca53203cc06924eacd5de66ddd2b Mon Sep 17 00:00:00 2001 From: Capi Etheriel Date: Fri, 5 Jun 2015 12:43:20 -0300 Subject: [PATCH] Add scrapy stuff to .gitignore --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index a65d0466..94c05b4a 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -51,6 +51,9 @@ coverage.xml # Django stuff: *.log +# Scrapy stuff: +.scrapy + # Sphinx documentation docs/_build/