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

# Virtual environments
.venv/
venv/
env/

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

# Testing & tools
.pytest_cache/
.ruff_cache/
.mypy_cache/
htmlcov/
.coverage

# vstash data
*.db
vstash.toml

# ONNX model cache
.fastembed_cache/
