update branch

This commit is contained in:
qwen.ai[bot]
2026-04-25 13:11:26 +00:00
committed by Falck
parent 83c3ccb86b
commit 64c8713945
26 changed files with 1417 additions and 82 deletions

79
.gitignore vendored
View File

@@ -4,82 +4,25 @@ __pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv/
pip-log.txt
pip-delete-this-directory.txt
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
*.pot
*.mo
MoeMyanmar-*
!MoeMyanmar-*/**/*.py
!MoeMyanmar-*/**/*.txt
!MoeMyanmar-*/**/*.md
!MoeMyanmar-*/**/*.json
!MoeMyanmar-*/**/*.yml
!MoeMyanmar-*/**/*.yaml
julia-*/
zig*/
# Dependencies
node_modules/
target/
.gradle/
.mypy_cache/
.pytest_cache/
.hypothesis/
# Distribution / packaging
.Python
_build/
buck-out/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Logs and temp files
*.log
*.tmp
# IDEs
.vscode/
.idea/
*.swp
*.swo
# System
.DS_Store
Thumbs.db
# Environment
.env
.env.local
*.env.*
# Logs
*.log
# Editors
.vscode/
.idea/
# Coverage
coverage/
htmlcov/
.coverage
# Temporary files
*.tmp
*.temp
# Build artifacts
dist/
build/
target/
```