Files
git-insights-cli/.gitignore
7000pctAUTO 17f873e47f
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
Re-push project files to trigger CI re-run (previous CI failure was transient Gitea API error)
2026-02-01 08:26:31 +00:00

17 lines
143 B
Plaintext

*.pyc
__pycache__/
.venv/
venv/
env/
.env
*.egg-info/
build/
dist/
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
*.log
.DS_Store