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

# Builds
dist/
build/

# Venvs
.venv/
venv/
env/

# Testes / cobertura
.pytest_cache/
.tox/
.coverage
htmlcov/

# Ferramentas
.ruff_cache/
.mypy_cache/

# IDE / SO
.vscode/
.idea/
.DS_Store
