Initial upload: AI Code Refactor 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-29 23:06:48 +00:00
parent cbed3b12df
commit ce64016ee4

34
.gitignore vendored Normal file
View File

@@ -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/