feat: initial import from blackmesa project

This commit is contained in:
2025-01-20 21:31:51 +01:00
parent 4e46bb90b0
commit e539aaf158
10 changed files with 588 additions and 3 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Specific to this repo
uv.lock
db.sqlite3