Initial commit

This commit is contained in:
Alexander Braml
2026-04-08 14:48:24 +02:00
commit 16838618a3
24 changed files with 1481 additions and 0 deletions

11
.semgrepignore Normal file
View File

@@ -0,0 +1,11 @@
# Ignore tool output files
*.sarif
*_results.json
bandit_results.json
gitleaks_results.json
rayfusion/
# Ignore virtual environments
.venv/
venv/
__pycache__/