.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
dist/
build/
*.egg-info/
*.log
*.tmp
*.bak
.DS_Store
Thumbs.db
.idea/
.vscode/
reports/raw/kimi_k3_tensors.json
*.gguf

# External model artifacts
*.safetensors
*.safetensors.index.json

# Tiny deterministic Phase 5F format fixtures; never real model payloads.
!security/examples/artifacts/clean.safetensors
!security/examples/artifacts/partial-scan.gguf
