Move release scripts to private .scripts folder

- Remove release-agent.py, build-nightly.py from public repo
- Add .scripts/ to .gitignore for private tools
- Maintain clean public repository while keeping internal tools
This commit is contained in:
UncleCode
2025-07-04 15:02:25 +08:00
parent 048d9b0f5b
commit 74705c1f67
3 changed files with 3 additions and 929 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,6 @@
# Scripts folder (private tools)
.scripts/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]