Initial income_calculator project

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-23 16:49:24 +03:00
commit 31dc287c3d
44 changed files with 1935 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
venv/
__pycache__/
*.py[cod]
*.sqlite3
*.db
# macOS
.DS_Store
# IDE
.idea/
.vscode/
# Docker artifacts (if any)
*.log