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

# Build
dist/
build/
site/

# Virtual environments
.venv/

# Testing & linting
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Milvus
*.db
*.milvus

# Runtime
.memsearch/
CONTEXT.md

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db
