gitextract_84g9ieku/ ├── .gitignore ├── .pre-commit-config.yaml ├── LICENSE ├── LifeReloaded.txt ├── LifeReloaded_EN.txt ├── README.md ├── README_EN.md ├── app.py ├── core/ │ ├── __init__.py │ ├── chat.py │ ├── database.py │ └── person.py ├── gunicorn_conf.py ├── license.txt ├── log_cfg.json ├── moderator.py ├── previews/ │ └── readme.txt ├── prompts/ │ ├── __init__.py │ ├── background.txt │ ├── epitaph.txt │ ├── evaluation.txt │ ├── events.txt │ ├── load_prompts.py │ ├── rules.txt │ └── summarization.txt ├── requirements.txt ├── static/ │ ├── game.css │ └── game.js └── templates/ └── game.html