# Entornos y build
.venv/
venv/
dist/
build/
*.egg-info/
site/

# Cachés de herramientas
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# Credenciales
.env
.env.live

.DS_Store
