Skip to content
Snippets Groups Projects
Commit 740f7de7 authored by Anton Gusev's avatar Anton Gusev
Browse files

add gitignore

parent 73e770cb
No related branches found
No related tags found
5 merge requests!5Develop,!4Develop,!3Develop,!2Develop,!1Develop
......@@ -4,4 +4,5 @@
alembic.ini
*.pyc
__pycache__
*.json
\ No newline at end of file
*.json
src/spiders/test_spider.py
*
!.gitignore
\ No newline at end of file
*
\ No newline at end of file
......@@ -9,8 +9,6 @@ import scrapy
class BookItem(scrapy.Item):
url = scrapy.Field()
title = scrapy.Field()
description = scrapy.Field()
image_urls = scrapy.Field()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment