__pycache__/
*.py[cod]
.venv/
.pytest_cache/
.ruff_cache/
dist/
build/
*.egg-info/
.coverage
htmlcov/
# Cachés de modelos de embeddings — nunca versionar pesos
.cache/
models/

# pyscn writes its reports relative to the working directory
.pyscn/
