release: publish saldo 0.1.0

This commit is contained in:
2026-04-21 21:17:36 +02:00
commit 6f5e704739
95 changed files with 9196 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# Python cache and virtual environments
__pycache__/
*.py[cod]
.venv/
venv/
# Test and local tooling output
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/
# Local environment files
.env
.env.local
# Local runtime data
instance/
*.db
*.sqlite
*.sqlite3
# Uploaded media stored in the data directory
app/static/uploads/
# Editor and OS artifacts
.DS_Store
.idea/
.vscode/