# Dados operacionais de cliente. NUNCA entram no histórico.
# Os testes usam tests/fixtures/ships_sample.csv, que preserva a estrutura
# sem a identificação. Ver tests/fixtures/README.md.
data/

# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
build/
dist/

# Ambientes
.venv/
venv/

# Editores
.vscode/
.idea/
.gstack/
.context/
