Initial commit

This commit is contained in:
Claude Paroz 2025-07-08 20:37:02 +02:00
commit a961619d08
21 changed files with 413 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
db.sqlite3
__pycache__