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

# Test / tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
test-output.txt
.coverage
htmlcov/

# Project caches / artifacts
.fastembed_cache/
*.parquet

# OS / editor
.DS_Store
