Files
testium/.gitignore
François 405fb82fca AppImage packaging: containerized build, host-only py_func/lua_func
build.sh runs appimage-builder in a Debian Bookworm container (Podman or
Docker) so it works on Arch / non-Debian hosts. Uses single src/requirements.txt;
TESTIUM_VERSION exported in runtime.env.
2026-05-07 10:05:58 +02:00

33 lines
503 B
Plaintext

*__pycache__
build/
dist
*.egg-info/
.env
/.project
/.pydevproject
/.vscode
.venv/
.flatpak-builder/
package/flatpak/repo/
package/flatpak/*.flatpak
crash.tx*
report_test.tx*
*.autosave
*.swp
.buildinfo
_autosummary/
test/venv
test/tmp/*
test/validation/tmp
!test/tmp/.gitkeep
package/appimage/appimage-build*
package/appimage/*.zsync
package/appimage/*.AppImage
package/appimage/src
package/appimage/*.py
AppDir
*.squashfs
doc/manual/doxygen
doc/manual/sphinx/build/*
doc/manual/sphinx/source/_build/*