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

# Ambientes virtuais
.venv/
venv/
env/

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

# IDE
.idea/
.vscode/
*.swp
*.swo

# SO
.DS_Store
Thumbs.db

# Projeto
examples/output/
*.log

# Build PyPI
*.whl
*.tar.gz
