chrore: major overhaul of docs, commands, and workflows (#23)

* ci: add status badges to README

* chore: major overhaul - docs, commands & workflows

* fix: general fixes and improvements

* chore: various updates and fixes

* chore: minor fixes
This commit is contained in:
Sean P. Kane
2026-01-07 09:44:45 -08:00
committed by GitHub
parent d7d6c2c8e7
commit a775852ce9
53 changed files with 4684 additions and 1486 deletions
+19
View File
@@ -0,0 +1,19 @@
# Safety CLI 3.x Policy File
# https://docs.safetycli.com/safety-docs/administration/safety-policy-files
version: "3.0"
scanning-settings:
# Maximum directory depth to scan
max-depth: 6
# Exclude virtual environments and other non-project directories
exclude:
- ".venv"
- "venv"
- ".git"
- "node_modules"
- "__pycache__"
- "*.egg-info"
- "dist"
- "build"
- "site" # MkDocs build output