Files
NebulaShell/.gitignore
qwen.ai[bot] 9322dc857f update branch
2026-04-25 06:07:33 +00:00

42 lines
323 B
Plaintext

```
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.py~
# Dependencies
.venv/
venv/
.env
.env.local
.env.*
# Logs
*.log
# OS
.DS_Store
Thumbs.db
# Backup files
*~
*.bak
*.swp
*.swo
# Coverage reports
coverage/
htmlcov/
.coverage
# Testing
.pytest_cache/
.mypy_cache/
# Distribution / packaging
dist/
build/
*.egg-info/
```