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
This commit is contained in:
qwen.ai[bot]
2026-04-25 08:21:24 +00:00
parent 662ecb221f
commit aef9a2939e
2 changed files with 247 additions and 55 deletions

79
.gitignore vendored
View File

@@ -1,44 +1,67 @@
```gitignore
# Python compiled files
# Compiled and build artifacts
*.pyc
__pycache__/
# Logs and temporary files
*.log
*.tmp
# Environment files
.env
.env.local
*.env.*
# Editor/IDE files
.vscode/
.idea/
*.swp
*.swo
*.o
*.obj
*.class
*.exe
*.dll
*.so
*.a
*.out
# Dependencies
.venv/
venv/
node_modules/
# Coverage reports
coverage/
htmlcov/
.coverage
# Build artifacts
dist/
build/
target/
# Package management
.mypy_cache/
.pytest_cache/
.hypothesis/
.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