From 3d4a72d3fde4d0bc7f3538adaaaa66daec43ed4f Mon Sep 17 00:00:00 2001 From: Zakhar Izmaylov Date: Thu, 23 Jan 2025 06:14:48 +0300 Subject: [PATCH] Update .gitignore to include logs and setup.py, and remove unnecessary entries --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fcb54e4b..148fafa2 100644 --- a/.gitignore +++ b/.gitignore @@ -54,5 +54,6 @@ scripts models.py Dockerfile .csv - -setup.py \ No newline at end of file +/logs +setup.py +.ruff_cache \ No newline at end of file