Initial upload of config-auditor-cli with CI/CD workflow
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-01-30 18:00:38 +00:00
parent e78ee1ca5c
commit 338d875cf4

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
*.pyc
__pycache__/
venv/
.env
*.egg-info/
.coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
.dist/
build/