fix: correct CI workflow configuration for git-diff-explainer-cli
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-02 14:07:56 +00:00
parent c850d70248
commit d67666d2e2

7
.gitignore vendored
View File

@@ -1,12 +1,7 @@
*.pyc *.pyc
__pycache__/ __pycache__/
*.egg-info/ *.egg-info/
.dist-info/ dist/
build/ build/
.env .env
.venv/ .venv/
env/
venv/
.pytest_cache/
.coverage
htmlcov/