full_updater/.gitignore
enzo 57e6b2557b feat: add debian packaging, CI/CD and update script
- Add debian/ packaging for .deb generation
- Add .forgejo/workflows/build.yml for CI/CD (runner label: docker)
- Add scripts/fullupdater and scripts/fullupdater-update
- Remove obsolete install.sh
- Update .gitignore for debian build artifacts
2026-05-13 00:17:01 +02:00

38 lines
381 B
Text

__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.env
.venv
env/
venv/
# Debian build artifacts
debian/files
debian/full-updater/
debian/*.debhelper
debian/*.substvars
debian/changelog.dch
*.deb
*.build
*.buildinfo
*.changes
# Cache
/tmp/full-updater-cache/