dist/
build/
*.egg-info/
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.coverage
htmlcov/

# ambientes virtuais
.venv*/
venv/
env/
.env/
