Revision 39d77a5b424fb17b3775e37c51bbcfc869dbafc8 authored by Jochen Kupperschmidt on 04 September 2025, 12:52:37 UTC, committed by Jochen Kupperschmidt on 04 September 2025, 12:56:03 UTC
1 parent 0c5df40
.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 ...