Riorganizzazione: Nuova struttura orto-suite/ - No more .skill zips, pronto per copia diretta

This commit is contained in:
Noe 2026-03-07 02:00:05 +01:00
parent 1d2401e647
commit c729f59621
29 changed files with 5642 additions and 135 deletions

12
.gitignore vendored
View file

@ -1,12 +1,12 @@
# Python (but keep build/dist/*.skill files)
# Python & Build artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/**/*
!build/dist/
!build/dist/**/*.skill
# NOTE: Ignore old .skill zip files (use orto-suite/ instead)
build/dist/
develop-eggs/
dist/
downloads/
@ -47,5 +47,7 @@ htmlcov/
node_modules/
npm-debug.log
# Large files (optional, keep .skill files)
# *.tar.gz ← Keep distribution package
# IMPORTANT: orto-suite/ SHOULD be tracked
# Comment out this if it was in build/** rule:
!orto-suite/
!orto-suite/**