Revision 46418cd2e21a4b31a54204c5536bb5670cdc28ca authored by Jochen Kupperschmidt on 15 November 2025, 16:19:26 UTC, committed by Jochen Kupperschmidt on 15 November 2025, 16:19:26 UTC
1 parent 4579f50
.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 ...