# bytecode y cachés de herramientas
__pycache__/
*.py[cod]
.pytest_cache/
.hypothesis/
.mypy_cache/
.ruff_cache/
.benchmarks/
.coverage
htmlcov/
.tox/

# build y distribución
build/
dist/
*.egg-info/
wheelhouse/

# entornos
.venv/
venv/
env/

# Claude Code: configuración local de la máquina (lo compartible sí se versiona)
.claude/settings.local.json

# IDEs y sistema operativo
.vscode/
.idea/
.DS_Store
Thumbs.db
desktop.ini
