supertonic 3

This commit is contained in:
haeon
2026-05-06 23:09:06 +02:00
parent 6fc89ea89e
commit 0a98c9f127
47 changed files with 530 additions and 411 deletions

11
.gitignore vendored
View File

@@ -1,13 +1,11 @@
assets/*
assets/.git
assets/.gitignore
assets/.gitattributes
assets/
*.onnx
onnx
# Output files
results
results_v3_sdk/
# Python
__pycache__
@@ -21,6 +19,11 @@ __pycache__
venv/
ENV/
env/
.dotnet/
.m2/
.uv-cache/
.clang-module-cache/
.swift-home/
# Node.js
node_modules/