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

# Vector store data
vector_db/
vector_db*/

# Build artifacts
dist/
*.egg-info/
