update branch

This commit is contained in:
qwen.ai[bot]
2026-04-25 12:28:01 +00:00
parent 138a8ffb7a
commit 3ffc10be92
19 changed files with 147 additions and 60 deletions

79
.gitignore vendored
View File

@@ -4,23 +4,82 @@ __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
.venv/
venv/
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
# IDEs
.vscode/
.idea/
*.swp
*.swo
# System
.DS_Store
Thumbs.db
.env
.env.local
*.env.*
# Editors
.vscode/
.idea/
# Logs
*.log
# Build artifacts
dist/
build/
target/
# Coverage
coverage/
htmlcov/
.coverage
# Temporary files
*.tmp
*.temp
```