From c993a4b33548c1c58b586a0bf6fbe04bedd71f35 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 02:52:59 +0000 Subject: [PATCH] Initial upload: CodeGuard-CLI v0.1.0 --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1597995 --- /dev/null +++ b/.gitignore @@ -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 +~