updated dependencies and added .dockerignore

This commit is contained in:
2026-07-09 11:04:59 -04:00
parent f20c45bea9
commit 8db44916c8
3 changed files with 24 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
.git
.direnv
.mypy_cache
.pytest_cache
.ruff_cache
__pycache__
**/__pycache__
*.pyc
*.pyo
.ebook_search_bm25
result
result-*
*.egg-info
dist
build