Initial commit: handshapes multiclass project

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-19 22:27:20 -05:00
commit 816e34cb17
22 changed files with 2820 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
# Ignore everything
*
# But not directories (so git can traverse into them)
!*/
# Allow these file types
!*.py
!*.txt
!*.md
!*.sh
# Don't ignore .gitignore itself
!.gitignore