Initial upload: shell-history-semantic-search v0.1.0

This commit is contained in:
2026-03-22 18:15:22 +00:00
parent 64c191698a
commit c1fed7624c

38
.gitignore vendored Normal file
View File

@@ -0,0 +1,38 @@
__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
.pytest_cache/
.coverage
htmlcov/
.env
.venv
env/
venv/
*.db
*.db-journal
*.db-wal
*.db-shm
.cache/
.mypy_cache/
.ruff_cache/