33 lines
326 B
Plaintext
33 lines
326 B
Plaintext
/data/
|
|
|
|
# Python:
|
|
*.ipynb
|
|
*/__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
|