소스 검색

Add scrapy stuff to .gitignore

Capi Etheriel 10 년 전
부모
커밋
433fcebbc3
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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/