# EN: python / PT: python
__pycache__/
*.py[cod]
.venv/
dist/
build/
*.egg-info/
# EN: tests/lint / PT: testes/lint
.coverage
htmlcov/
.pytest_cache/
.ruff_cache/
# EN: macOS
.DS_Store
# EN: local pre-publish checklist, not versioned / PT: checklist local pre-publicacao, fora do git
PENDING.md
# EN: NEVER version real data / PT: NUNCA versionar dado real
data/real/
*.real.jsonl
# EN: benchmark: data is regenerated from the seed, results/cache are local / PT: dados regerados pela seed, resultados/cache locais
bench/data/**/*.jsonl
bench/results/
bench/cache/
# EN: private notes / PT: notas privadas
docs/decisions.md
bench/paper/*.png
