.coveragerc
.flake8
.gitignore
.pre-commit-config.yaml
.travis.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Procfile
README.md
codecov.yml
manage.py
mypy.ini
pyproject.toml
pytest.ini
requirements.txt
setup.cfg
setup.py
./simplefi/__init__.py
./simplefi/urls.py
./simplefi/wsgi.py
./simplefi/settings/__init__.py
./simplefi/settings/base.py
./simplefi/settings/development.py
./simplefi/settings/production.py
./simplefi/settings/staging.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
budget/__init__.py
budget/admin.py
budget/apps.py
budget/forms.py
budget/models.py
budget/tables.py
budget/urls.py
budget/utils.py
budget/views.py
budget/management/commands/default_objects.py
budget/migrations/0001_initial.py
budget/migrations/0002_auto_20190306_0718.py
budget/migrations/0003_auto_20190306_0723.py
budget/migrations/0004_remove_pattern_category.py
budget/migrations/0005_transaction_pattern.py
budget/migrations/0006_auto_20190310_2230.py
budget/migrations/0007_auto_20190311_0740.py
budget/migrations/0008_auto_20190311_1818.py
budget/migrations/0009_auto_20190311_1838.py
budget/migrations/0010_auto_20190311_1852.py
budget/migrations/0011_auto_20190312_0756.py
budget/migrations/0012_auto_20190313_1936.py
budget/migrations/0013_auto_20190319_0725.py
budget/migrations/0014_auto_20190319_0738.py
budget/migrations/0015_remove_account_holder.py
budget/migrations/0016_auto_20190319_0740.py
budget/migrations/0017_auto_20190320_0805.py
budget/migrations/0018_auto_20190320_1931.py
budget/migrations/0019_auto_20190320_1931.py
budget/migrations/0020_auto_20190320_1932.py
budget/migrations/0021_auto_20190320_1942.py
budget/migrations/0022_auto_20190320_1945.py
budget/migrations/0023_auto_20190325_1837.py
budget/migrations/0024_auto_20190325_1844.py
budget/migrations/0025_remove_transactionclass_budget.py
budget/migrations/0026_auto_20190326_0703.py
budget/migrations/0027_auto_20190329_0719.py
budget/migrations/0028_auto_20190330_1529.py
budget/migrations/0029_auto_20190331_0848.py
budget/migrations/0030_auto_20190331_1101.py
budget/migrations/0031_auto_20190331_1103.py
budget/migrations/0032_auto_20190331_1147.py
budget/migrations/0033_auto_20190407_0852.py
budget/migrations/0034_auto_20190414_1302.py
budget/migrations/0035_auto_20190419_1954.py
budget/migrations/0036_auto_20190704_0802.py
budget/migrations/0037_remove_account_bank.py
budget/migrations/0038_delete_bank.py
budget/migrations/0039_csvbackup.py
budget/migrations/0040_auto_20190725_0754.py
budget/migrations/__init__.py
budget/templates/budget_base.html
budget/templates/budget/account-add.html
budget/templates/budget/account-delete.html
budget/templates/budget/account-detail.html
budget/templates/budget/account-list.html
budget/templates/budget/account-update.html
budget/templates/budget/backup-add.html
budget/templates/budget/backup-delete.html
budget/templates/budget/backup-detail.html
budget/templates/budget/backup-list.html
budget/templates/budget/backup-purge-confirm.html
budget/templates/budget/budget-update.html
budget/templates/budget/category-add.html
budget/templates/budget/category-delete.html
budget/templates/budget/category-detail.html
budget/templates/budget/category-update.html
budget/templates/budget/class-detail.html
budget/templates/budget/index.html
budget/templates/budget/pattern-add.html
budget/templates/budget/pattern-bulk-update.html
budget/templates/budget/pattern-delete.html
budget/templates/budget/pattern-detail.html
budget/templates/budget/pattern-list.html
budget/templates/budget/pattern-update.html
budget/templates/budget/transaction-delete.html
budget/templates/budget/transaction-detail.html
budget/templates/budget/transaction-list.html
budget/templates/budget/upload-add.html
budget/templates/budget/upload-delete.html
budget/templates/budget/upload-detail.html
budget/templates/budget/upload-list.html
budget/tests/__init__.py
budget/tests/test_budget_models.py
budget/tests/test_budget_views.py
budget/tests/test_utils_forms.py
budget/tests/utils.py
debt/__init__.py
debt/admin.py
debt/apps.py
debt/forms.py
debt/models.py
debt/tables.py
debt/urls.py
debt/utils.py
debt/views.py
debt/migrations/0001_initial.py
debt/migrations/0002_creditline_account_holder.py
debt/migrations/0003_remove_creditline_holder.py
debt/migrations/0004_auto_20190701_0632.py
debt/migrations/0005_auto_20190713_0811.py
debt/migrations/__init__.py
debt/migrations/original/0001_initial.py
debt/migrations/original/0002_auto_20190414_1228.py
debt/templates/debt_base.html
debt/templates/debt/account-add.html
debt/templates/debt/account-delete.html
debt/templates/debt/account-detail.html
debt/templates/debt/account-list.html
debt/templates/debt/account-update.html
debt/templates/debt/creditline-bulk-update.html
debt/templates/debt/debt_summary.html
debt/templates/debt/index.html
debt/templates/debt/statement-add.html
debt/templates/debt/statement-bulk-delete.html
debt/templates/debt/statement-bulk-update.html
debt/templates/debt/statement-delete.html
debt/templates/debt/statement-update.html
debt/tests/__init__.py
debt/tests/test_debt_models.py
debt/tests/test_debt_views.py
debt/tests/test_utils_forms.py
debt/tests/utils.py
scripts/backup_db.py
scripts/copy_templates.py
simplefi/__init__.py
simplefi/urls.py
simplefi/wsgi.py
simplefi.egg-info/PKG-INFO
simplefi.egg-info/SOURCES.txt
simplefi.egg-info/dependency_links.txt
simplefi.egg-info/requires.txt
simplefi.egg-info/top_level.txt
simplefi.egg-info/version.txt
simplefi/settings/__init__.py
simplefi/settings/base.py
simplefi/settings/development.py
simplefi/settings/production.py
simplefi/settings/staging.py
static/main.js
static/style.css
templates/base.html
templates/django_registration/activation_complete.html
templates/django_registration/activation_email_body.txt
templates/django_registration/activation_email_subject.txt
templates/django_registration/activation_failed.html
templates/django_registration/registration_closed.html
templates/django_registration/registration_complete.html
templates/django_registration/registration_form.html
templates/registration/logged_out.html
templates/registration/login.html
templates/registration/password_reset_complete.html
templates/registration/password_reset_confirm.html
templates/registration/password_reset_done.html
templates/registration/password_reset_email.html
templates/registration/password_reset_form.html