Files @ 8b2683d96290
Branch filter:

Location: NPO-Accounting/conservancy_beancount/.gitignore

Brett Smith
accrual: Refactor reports into classes.

Preparation for introducing the aging report. This helps us
distinguish each report's setup requirements (different __init__ arguments).
1
2
3
4
5
6
7
8
build/
.cache/
*.egg
*.egg-info/
.eggs
.mypy_cache/
.tox/
__pycache__/