modified: gitignore to ignore temporary log files
All checks were successful
CI / Lint (ruff) (push) Successful in 17s
CI / SAST (bandit) (push) Successful in 16s
CI / Dependency audit (pip-audit) (push) Successful in 26s
CI / Test (Standard) (3.11) (push) Successful in 2m8s
CI / Test (Standard) (3.12) (push) Successful in 2m12s
CI / Test (Live) (3.11) (push) Successful in 58s
CI / Test (Fuzz) (3.11) (push) Successful in 6m45s
CI / Prepare Merge to Main (push) Has been skipped
CI / Finalize Merge to Main (push) Has been skipped
CI / Merge dev → testing (push) Successful in 11s

This commit is contained in:
2026-04-13 01:44:52 -04:00
parent f2cc585d72
commit 0706919469

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
.venv/ .venv/
logs/
.claude/ .claude/
__pycache__/ __pycache__/
*.pyc *.pyc