Compare commits
2 Commits
707997d4e1
...
7e88216d9d
Author | SHA1 | Date |
---|---|---|
|
7e88216d9d | |
|
bcac78f651 |
|
@ -0,0 +1,39 @@
|
||||||
|
#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
|
|
@ -1,8 +0,0 @@
|
||||||
# Default ignored files
|
|
||||||
/shelf/
|
|
||||||
/workspace.xml
|
|
||||||
# Editor-based HTTP Client requests
|
|
||||||
/httpRequests/
|
|
||||||
# Datasource local storage ignored files
|
|
||||||
/dataSources/
|
|
||||||
/dataSources.local.xml
|
|
|
@ -1,12 +0,0 @@
|
||||||
<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>
|
|
|
@ -1,6 +0,0 @@
|
||||||
<component name="InspectionProjectProfileManager">
|
|
||||||
<settings>
|
|
||||||
<option name="USE_PROJECT_PROFILE" value="false" />
|
|
||||||
<version value="1.0" />
|
|
||||||
</settings>
|
|
||||||
</component>
|
|
|
@ -1,8 +0,0 @@
|
||||||
<?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>
|
|
|
@ -1,8 +0,0 @@
|
||||||
<?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