__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.env
.env.bak*

# One real account's tariff history. audit/account.example.toml is the template.
audit/account.toml

# Statements carry a name, an address, an account number and a year of usage.
# They are read wherever they already sit and never committed; the audit tests
# use synthetic fixtures instead. Downloads land in .cache/, ignored above.
*.pdf

.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Upstream archives and documents fetched by `python -m tools.regen` — large, not
# vendored. Also where downloaded statements and Green Button exports land.
# The normalized outputs under src/tariffkit/data/ ARE committed.
/.cache/
*.zip
!tests/fixtures/*.zip

.DS_Store
