# ─── Configuração local ──────────────────────────────────────────
.env
.env.local
.qamanager.json

# ─── Python ──────────────────────────────────────────────────────
.venv/
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg
*.egg-info/
dist/
build/

# ─── Robot Framework (config local) ─────────────────────────────
robot.toml
robocop.toml
.robotignore

# ─── Outputs Robot Framework ────────────────────────────────────
output.xml
log.html
report.html
results/

# ─── Sistema Operacional ────────────────────────────────────────
.DS_Store
._*
Thumbs.db

# ─── IDEs e Editores ────────────────────────────────────────────
.vscode/

# ─── Testes (projeto externo, não versionado aqui) ──────────────
integracoes-automated-tests-main/
