release_lib.sh and docker-publish-testing.sh replace the Gitea Actions Docker build workflows with local buildx build+push - dev-only tooling, same treatment as release.sh.
25 lines
350 B
Plaintext
25 lines
350 B
Plaintext
.env
|
|
__pycache__/
|
|
*.pyc
|
|
build/
|
|
dist/
|
|
*.spec
|
|
releases/
|
|
|
|
!kx-bridge.spec
|
|
|
|
# Laufzeit-Daten und Drucker-Credentials — nie committen
|
|
config/config.ini
|
|
config/*.ini
|
|
!config/config.ini.example
|
|
data/
|
|
|
|
!data/orca_filaments.json
|
|
.runner-token
|
|
|
|
# Dev-only Dateien — nicht ins öffentliche Repo
|
|
CLAUDE.md
|
|
release.sh
|
|
release_lib.sh
|
|
docker-publish-testing.sh
|