Files
katenary/.gitignore
Patrice Ferlet 13d231a62c feat(package): Add RPM, deb, pacman and tar packages and manpage
Build package using fpm. As I don't want ruby/gem in my computer, the
build system creates an OCI image with Podman (at this time), and
generate dist pacakges.

To enhance the packages, a manpage is now generated from the
documentation.
2025-07-09 14:11:46 +02:00

28 lines
236 B
Plaintext

dist/*
*.env
.credentials
release.id
cover*
.sq
.aider*
.python_history
.bash_history
.cache/
.aider/
.config/
*/venv
# local binary
./katenary
# will be treated later
/examples/*
# nsis
nsis/*.dll
nsis/*.exe
doc/share
__pycache__