# Private working notes — never commit
*.local.md
*.local.*
CLAUDE.local.md

# Real household data must never land in the repo.
# A filled-in plan belongs in a private directory, not in a checkout of this tool.
plan/
snapshots/
data/
reports/
account_values/
*.csv
*.ofx
*.qfx
*.qif
*.db
*.sqlite3
*.xlsx
*.docx
*.pdf

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

# Slop-lint venv (auto-created by scripts/slopcheck.sh)
scripts/.slopvenv/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Environment / secrets
.env
.env.*

# OS
.DS_Store
