__pycache__/
*.py[cod]
*$py.class
*.so
.Python

build/
dist/
*.egg-info/
*.egg
.eggs/

.venv/
venv/
env/
.env

# Local LLM/API config — may contain api_key.
.blindspot.yaml

.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
coverage.xml

.idea/
.vscode/
.claude/
*.swp
.DS_Store

kfactor_report*.html
demo_report*.html
# Any report produced from a private/customer repo — keep out of version control.
report*.html
report_*.html
blindspot_report*.html
blindspot_departure*.html
departure_*.html
kfactor.db
*.sqlite
*.sqlite3
