https://github.com/byceps/byceps
Revision e6de5c6813f0f20a555b19347f248f29add50079 authored by Jochen Kupperschmidt on 08 February 2025, 23:20:01 UTC, committed by Jochen Kupperschmidt on 11 February 2025, 09:38:17 UTC
1 parent 3905390
Tip revision: e6de5c6813f0f20a555b19347f248f29add50079 authored by Jochen Kupperschmidt on 08 February 2025, 23:20:01 UTC
Fail early
Fail early
Tip revision: e6de5c6
.gitignore
# Python 3 bytecode
__pycache__
/.eggs
# virtual environment
/.venv
# autoenv
.autoenv
.autoenv.leave
.env
.env.leave
# test-related
/.coverage
/.pytest_cache
*.egg-info
# cache data
.cache
.mypy_cache
# user data
/data
# documentation
/docs/_build
# custom configurations
/config/*.toml
/docker/byceps/*.toml
# l10n
messages.pot
secret_key.txt

Computing file changes ...