Compare commits
No commits in common. "7e88216d9d19e8abc776e9932b8e61f9a596bc48" and "707997d4e17d2db437975e99714edd1321a73975" have entirely different histories.
7e88216d9d
...
707997d4e1
|
|
@ -1,39 +0,0 @@
|
||||||
#scrapyPlus/spiders
|
|
||||||
#scrapyPlus/scrapyPlus/items
|
|
||||||
#scrapyPlus/scrapyPlus/pipelines
|
|
||||||
#scrapyPlus/scrapyPlus/items.py
|
|
||||||
#scrapyPlus/scrapyPlus/middlewares.py
|
|
||||||
#scrapyPlus/scrapyPlus/pipelines.py
|
|
||||||
*.log
|
|
||||||
scrapyPlus/log/*
|
|
||||||
scrapyPlus/test/*
|
|
||||||
|
|
||||||
# Python:
|
|
||||||
*/__pycache__
|
|
||||||
/.vagrant
|
|
||||||
/scrapy.iml
|
|
||||||
*.pyc
|
|
||||||
_trial_temp*
|
|
||||||
dropin.cache
|
|
||||||
docs/build
|
|
||||||
*egg-info
|
|
||||||
.tox
|
|
||||||
venv
|
|
||||||
build
|
|
||||||
dist
|
|
||||||
.idea
|
|
||||||
htmlcov/
|
|
||||||
.coverage
|
|
||||||
.pytest_cache/
|
|
||||||
.coverage.*
|
|
||||||
.cache/
|
|
||||||
.mypy_cache/
|
|
||||||
/tests/keys/localhost.crt
|
|
||||||
/tests/keys/localhost.key
|
|
||||||
key.txt
|
|
||||||
key.txt.pub
|
|
||||||
|
|
||||||
# Windows
|
|
||||||
Thumbs.db
|
|
||||||
ehthumbs.db
|
|
||||||
Desktop.ini
|
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
# Default ignored files
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
||||||
|
# Editor-based HTTP Client requests
|
||||||
|
/httpRequests/
|
||||||
|
# Datasource local storage ignored files
|
||||||
|
/dataSources/
|
||||||
|
/dataSources.local.xml
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
<component name="InspectionProjectProfileManager">
|
||||||
|
<profile version="1.0">
|
||||||
|
<option name="myName" value="Project Default" />
|
||||||
|
<inspection_tool class="PyPep8NamingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
|
||||||
|
<option name="ignoredErrors">
|
||||||
|
<list>
|
||||||
|
<option value="N802" />
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
|
</inspection_tool>
|
||||||
|
</profile>
|
||||||
|
</component>
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
<component name="InspectionProjectProfileManager">
|
||||||
|
<settings>
|
||||||
|
<option name="USE_PROJECT_PROFILE" value="false" />
|
||||||
|
<version value="1.0" />
|
||||||
|
</settings>
|
||||||
|
</component>
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectModuleManager">
|
||||||
|
<modules>
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/utils.iml" filepath="$PROJECT_DIR$/.idea/utils.iml" />
|
||||||
|
</modules>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="PYTHON_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager">
|
||||||
|
<content url="file://$MODULE_DIR$" />
|
||||||
|
<orderEntry type="inheritedJdk" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue