Files
git-insights-cli/.gitignore
7000pctAUTO c9a1c10472
Some checks failed
CI / test (push) Has been cancelled
Initial upload with CI/CD workflow
2026-02-01 07:55:40 +00:00

16 lines
136 B
Plaintext

*.pyc
__pycache__/
.pytest_cache/
.venv/
venv/
env/
*.egg-info/
build/
dist/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
*.swp
*.swo
*~