https://github.com/byceps/byceps
Tip revision: 26f88e5b09ffaaa9e9dba787deaea163e9699299 authored by Jochen Kupperschmidt on 23 February 2026, 08:40:21 UTC
Handle absent payment gateways configuration
Handle absent payment gateways configuration
Tip revision: 26f88e5
.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
