# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
*.egg
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Ambientes locais
.installer-venv/
.venv/
venv/
.env

# Config local do workspace (copie de tools.yaml.example)
tools.yaml

# Estado local
.clified/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db
