__pycache__/
*.py[cod]
*.egg-info/
.venv/
.pytest_cache/
.ruff_cache/
dist/
build/
*.html
!tests/**/*.html
# Secrets and local env — never commit
.env
.env.*
logs/
# Local hunt-result artifacts — contain real local paths and leaked findings
# from real third-party servers. Never commit.
harness/hunt_results*.json
