refactor: move build scripts to build/ directory
Lint & Test / test (push) Successful in 2m21s

Declutters the repo root by consolidating build-common.sh,
build-dist.sh, build-dist-windows.sh, build-dist.ps1, and installer.nsi
into build/. Updates all path references in CI workflows, NSIS installer,
and documentation.
This commit is contained in:
2026-04-12 23:16:40 +03:00
parent 02cd9d519c
commit a0b65e3fcb
9 changed files with 43 additions and 32 deletions
+10 -1
View File
@@ -4,7 +4,16 @@ __pycache__/
*$py.class
*.so
.Python
build/
# Build output artifacts (LedGrab/, *.zip, *.exe, *.tar.gz, cached downloads)
build/LedGrab/
build/*.zip
build/*.exe
build/*.tar.gz
build/*.msi
build/python-embed-*.zip
build/pip-wheels/
build/win-wheels/
build/tk-extract/
develop-eggs/
dist/
downloads/