This commit is contained in:
wystan_rin 2024-05-12 00:11:19 +08:00
parent e1a388a89c
commit c83806f205
1 changed files with 39 additions and 0 deletions

39
.gitignore vendored Normal file
View File

@ -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