__pycache__/
*.pyc
*.egg-info/
dist/
build/
.venv/
venv/
.pytest_cache/
.ruff_cache/
.ocm-mcp/
# real kubeconfig files only (not docs about kubeconfig)
/kubeconfig
*.kubeconfig
!examples/kubeconfig.example
eval/results/*.json
.DS_Store
# local end-to-end test output (generated by hack/e2e-local.sh) - never checked in
/e2e-report.html
/.e2e-run/

# coverage artifacts
.coverage
htmlcov/

# unit-test report artifacts (generated by make test-report) - never checked in
/.unit-report/
