mirror of https://github.com/scrapy/scrapy.git
32 lines
332 B
Plaintext
32 lines
332 B
Plaintext
/.vagrant
|
|
/scrapy.iml
|
|
*.pyc
|
|
_trial_temp*
|
|
dropin.cache
|
|
docs/_build
|
|
*egg-info
|
|
.tox/
|
|
venv/
|
|
.venv/
|
|
build/
|
|
dist/
|
|
.idea/
|
|
.vscode/
|
|
htmlcov/
|
|
.pytest_cache/
|
|
.coverage
|
|
.coverage.*
|
|
coverage.*
|
|
*.junit.xml
|
|
test-output.*
|
|
.cache/
|
|
.mypy_cache/
|
|
/tests/keys/localhost.crt
|
|
/tests/keys/localhost.key
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
|
|
# OSX miscellaneous
|
|
.DS_Store
|