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