From 8fe70dc9e038dbc6f9e083a976f26d8a87b512f6 Mon Sep 17 00:00:00 2001 From: rambros Date: Tue, 24 Mar 2026 10:51:56 +0530 Subject: [PATCH] update info --- .gitignore | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 06eade2..308e0cc 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,7 @@ reference/ configs/ !config.example.yaml config.yaml +reaper_config.yaml # Logs and State *.log diff --git a/requirements.txt b/requirements.txt index cb8bb7d..aba503e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ pydantic # Data validation using Python type hints lottie # Lottie file manipulation and conversion Pillow # Image processing (required for GIF rendering) cairosvg # SVG rendering (required for Lottie conversion) -psutil \ No newline at end of file +psutil # System information (CPU, RAM, etc.) \ No newline at end of file