# Python
__pycache__/
*.py[cod]
*.egg-info/

# Ambientes e builds
.venv/
dist/
build/

# Caches de ferramentas
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
