# secrets
.env

# python
.venv/
__pycache__/
*.pyc
.pytest_cache/

# crawler output
output/

# crawler logs
*.log

# generated report
report/
