__pycache__/
*.py[cod]
build/
dist/
*.egg-info/
.venv/
.pytest_cache/
.idea/
.vscode/

# local tooling / private analysis (never publish)
/tools/
/dist/
/docs/reports/*.html
*.log
