backend: initial commit

This commit is contained in:
Davide Scaini
2026-03-28 13:57:12 +01:00
commit 38c5423aeb
36 changed files with 2463 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
dist/
build/
.mypy_cache/
.ruff_cache/
.pytest_cache/
htmlcov/
.coverage
.idea*
# uv
uv.lock
# Node / Astro
site/node_modules/
site/dist/
site/.astro/
# BAS data stores (user data, not committed to the tool repo)
bincio_data/
*.bincio_cache.json
# OS
.DS_Store