feat: implement skeleton phase

This commit is contained in:
h
2026-05-19 14:19:15 +02:00
parent 75a23d231e
commit 221e660c5c
21 changed files with 586 additions and 3 deletions
+16
View File
@@ -0,0 +1,16 @@
.git
.gitignore
.idea
.vscode
.venv
.python-version
.pre-commit-config.yaml
docs
tests
examples
**/__pycache__
**/*.pyc
**/.pytest_cache
**/.ruff_cache
**/.ty_cache
README.md