Browse Source

Add scrapy stuff to .gitignore

Capi Etheriel 10 years ago
parent
commit
433fcebbc3
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Python.gitignore

+ 3 - 0
Python.gitignore

@@ -51,6 +51,9 @@ coverage.xml
 # Django stuff:
 *.log
 
+# Scrapy stuff:
+.scrapy
+
 # Sphinx documentation
 docs/_build/