Initial upload: Shell History Alias Generator with full test suite
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-01 08:51:28 +00:00
parent 866a561dc7
commit b5063cb6a9

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
*.pyc
__pycache__/
.venv/
venv/
*.egg-info/
.coverage
.pytest_cache/
.mypy_cache/