# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
dist/
build/

# uv
.python-version

# env
.env

# LanceDB index (vault-local, not committed)
.zk/vectors/

# test artifacts
.pytest_cache/
htmlcov/
.coverage

# OS
.DS_Store
