# ── dados e artefatos privados (CLAUDE.md §53) ───────────────────────────
data/
datasets/
private/
models/
artifacts/
checkpoints/
experiments/
outputs/
logs/

*.csv
*.parquet
*.xlsx
*.jsonl

*.pkl
*.pickle
*.joblib
*.ubj
*.model
*.bin
*.npz

.env
.env.*
credentials*
secrets*

# ── exceções: fixtures sintéticos e recursos do pacote ───────────────────
!tests/fixtures/
!tests/fixtures/**
!examples/data/
!examples/data/**

# ── python ───────────────────────────────────────────────────────────────
__pycache__/
*.pyc
*.pyo
.venv/
venv/
*.egg-info/
build/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# ── ferramentas ──────────────────────────────────────────────────────────
graphify-out/
.DS_Store
