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

# Ambientes
.venv/
venv/
.python-version

# Ferramentas
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# macOS / editores
.DS_Store
.idea/
.vscode/
