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

# Virtualenv
.venv/
venv/

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

# Ambiente / segredos — NUNCA commitar
.env
.env.*

# IDE / OS
.idea/
.vscode/
.DS_Store
