# Python cache
__pycache__/
*.py[cod]

# Packaging (restrito ao src)
/src/dist/
/src/build/
/src/*.egg-info/

# (opcional)
.venv/
venv/
.env
