Files
NebulaShell/.gitignore
qwen.ai[bot] aef9a2939e Fix project URL in documentation and update gitignore format
- Updated README.md to correct GitHub repository URL from github.com/FutureOSS/futureoss to github.com/Starlight-apk/FutureOSS
- Revised .gitignore file to use standard gitignore format instead of code block wrapper
- Corrected license badge in README from MIT to Apache-2.0 to match actual project license
- Fixed contribution guide URLs to point to correct repository location
2026-04-25 08:21:24 +00:00

67 lines
524 B
Plaintext

# Compiled and build artifacts
*.pyc
__pycache__/
*.o
*.obj
*.class
*.exe
*.dll
*.so
*.a
*.out
# Dependencies
.venv/
venv/
node_modules/
dist/
build/
target/
.mypy_cache/
.pytest_cache/
.coverage
coverage/
htmlcov/
# Logs and temp files
*.log
*.tmp
*.swp
*.swo
# Environment
.env
.env.local
*.env.*
# Editors
.vscode/
.idea/
# System files
.DS_Store
Thumbs.db
# 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