Files
NebulaShell/.gitignore
qwen.ai[bot] 7febcdba84 update branch
2026-04-25 00:52:26 +00:00

71 lines
542 B
Plaintext

```gitignore
# Logs and temp files
*.log
*.tmp
*.swp
# Environment
.env
.env.local
*.env.*
# Editors
.vscode/
.idea/
# Dependencies
node_modules/
.venv/
venv/
__pycache__/
.mypy_cache/
.pytest_cache/
dist/
build/
target/
.gradle/
# Compiled files
*.pyc
*.class
*.o
*.exe
*.dll
*.so
*.a
*.obj
*.out
# System files
.DS_Store
Thumbs.db
# Coverage
coverage/
htmlcov/
.coverage
# Compressed files
*.zip
*.gz
*.tar
*.tgz
*.bz2
*.xz
*.7z
*.rar
*.zst
*.lz4
*.lzh
*.cab
*.arj
*.rpm
*.deb
*.Z
*.lz
*.lzo
*.tar.gz
*.tar.bz2
*.tar.xz
*.tar.zst
```