From ce64016ee4a07f0494f7306968669cf3a68dea7a Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 29 Jan 2026 23:06:48 +0000 Subject: [PATCH] Initial upload: AI Code Refactor CLI with CI/CD workflow --- .gitignore | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..639e359 --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg +.env +.venv +env/ +venv/ +ENV/ +*.bak +*.swp +*.swo +*~ +.DS_Store +.coverage +htmlcov/ +.pytest_cache/ +.mypy_cache/