diff options
Diffstat (limited to 'Python.gitignore')
-rw-r--r-- | Python.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
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/ |