init
This commit is contained in:
commit
ac93e6074b
38 changed files with 7162 additions and 0 deletions
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# IDE
|
||||
.idea/
|
||||
|
||||
# Development
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.egg-info
|
||||
build/
|
||||
dist/
|
||||
.ruff_cache
|
||||
|
||||
# AI
|
||||
.claude/
|
||||
|
||||
# App
|
||||
*.db
|
||||
spending/
|
||||
Loading…
Add table
Add a link
Reference in a new issue