Revision 2ea26fccda5758e5eee7ed3a4c6ba32e3913c635 authored by Jochen Kupperschmidt on 29 March 2024, 03:19:27 UTC, committed by Jochen Kupperschmidt on 29 March 2024, 03:19:27 UTC
1 parent c752ade
Raw File
.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/*
!/config/apps_example.toml
!/config/development_example.toml
!/config/production_example.toml

secret_key.txt
back to top