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

# Entornos virtuales
.venv/
venv/
env/

# Tests / cobertura
.pytest_cache/
.coverage
htmlcov/

# IDEs
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db
*:Zone.Identifier

# Archivos temporales
*.tmp
*.bak
*.back

# MCP — datos persistentes locales (nunca commitear)
.claude/mcp-memory.json
.env.local
.env
