Initial commit: English Course 10 with offline 3D assets

This commit is contained in:
Gemini AI
2025-12-10 15:23:46 +04:00
Unverified
commit be447cae4c
688 changed files with 16367 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
# Dependencies
node_modules/
__pycache__/
*.py[cod]
.venv/
venv/
env/
# Environment variables
.env
.env.local
# IDE
.vscode/
.idea/
# System
Thumbs.db
Desktop.ini
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build
dist/
build/
# Temporary scripts
*.py