Initial upload: CodeGuard-CLI v0.1.0

This commit is contained in:
2026-02-01 02:52:59 +00:00
parent 95c6c17cb8
commit c993a4b335

20
.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
__pycache__
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info
dist
build
.pytest_cache
.coverage
htmlcov
*.log
.DS_Store
.vscode
.idea
*.swp
*.swo
~