18 lines
142 B
Plaintext
18 lines
142 B
Plaintext
# secrets
|
|
.env
|
|
|
|
# python
|
|
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
.pytest_cache/
|
|
|
|
# crawler output
|
|
output/
|
|
|
|
# crawler logs
|
|
*.log
|
|
|
|
# generated report
|
|
report/
|