Update project structure and move to beancount

This commit is contained in:
2025-03-02 11:08:33 -05:00
parent 886bcdbdd1
commit 08c50e776e
17 changed files with 1844 additions and 296 deletions

3
.gitignore vendored
View File

@@ -3,6 +3,8 @@
__pycache__/
*.py[cod]
*$py.class
*.bean
*.beancount
# C extensions
*.so
@@ -159,4 +161,3 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/