# --- Entradas obrigatorias (ticket / muralha) ---
.git
.git/
docs/private/
docs/stacked_private_repo/
*.txt
!requirements.txt
*.log
log/

# --- Contexto enxuto (sem isto, COPY . . herda .venv/tests e dispara tamanho ~GB) ---
scripts/pii_history_guard.py
docs/private.example/
docs/private.example/**
.gitignore
.github
.venv
venv
env
__pycache__
*.pyc
.pytest_cache
.ruff_cache
.mypy_cache
.cursor
.cursorignore
*.db
*.db-journal
*.xlsx
heatmap_*.png
Relatorio_Auditoria_*.xlsx
config.local.yaml
.env
.env.*
*.md
!README.md
docs/_build
tests
.pixi
.pdm-python
uv.lock
