chore: scaffold companion project with deps and config

This commit is contained in:
2026-04-13 13:19:56 -04:00
commit bc8e23cae7
4 changed files with 187 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.pytest_cache/
.mypy_cache/
.venv/
venv/
.companion/
dist/
build/