# secrets
.env

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

# crawler output
output/

# crawler logs
*.log

# generated report
report/

# deployment secrets / local configuration
deploy/*.env
# private TLS keys and certificates
deploy/tls/
# design, planning, handoff, review and report documents kept locally, not tracked
docs/
**/HANDOFF.md
agent/REVIEW.md
