# Python
__pycache__/
*.pyc
.venv/
dist/
build/
*.egg-info/
.coverage
coverage.xml
htmlcov/

# IDE
.vscode/
.idea/

# Tooling
.ruff_cache/
.pytest_cache/
.mypy_cache/
site/
specs/

# Local Claude Code state (user-specific)
.claude/
.remember/
graphify-out/

# cve_remediation demo — secrets + generated artifacts
demos/cve_remediation/.env
demos/cve_remediation/dev-keys/*.priv.pem
demos/cve_remediation/dev-keys/*
.harbor/

# Pack signing artifacts (regenerated by bootstrap.py)
demos/cve_remediation/graph/rules/*/manifest.jwt
demos/cve_remediation/graph/rules/*/krakntrust-cve-rem-*.pub.pem
audit.jsonl
demos/cve_remediation/dev-keys/krakntrust-cve-rem.pub.pem
