Files
NebulaShell/.gitignore
qwen.ai[bot] 64c8713945 update branch
2026-04-25 21:12:20 +08:00

28 lines
218 B
Plaintext

```
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
# Dependencies
node_modules/
# Logs and temp files
*.log
*.tmp
# Environment
.env
.env.local
*.env.*
# Editors
.vscode/
.idea/
# Build artifacts
dist/
build/
target/
```