Files
NebulaShell/.gitignore
qwen.ai[bot] 3ffc10be92 update branch
2026-04-25 12:28:01 +00:00

85 lines
810 B
Plaintext

```
# Python
__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
# IDEs
.vscode/
.idea/
*.swp
*.swo
# System
.DS_Store
Thumbs.db
.env
.env.local
*.env.*
# Logs
*.log
# Coverage
coverage/
htmlcov/
.coverage
# Temporary files
*.tmp
*.temp
```