# Credenciales y configuración local — NUNCA al repo .env # Entorno virtual .venv/ # Estado del bot y logs data/ logs/ # Python __pycache__/ *.py[cod] *.pyo .mypy_cache/ .ruff_cache/ .pytest_cache/ dist/ *.egg-info/ # macOS .DS_Store