# Extracted data is real bank statements. Never commit it.
raw/
*.jsonl

# Local config, which points at real items
profiles.toml
.env

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