From e982a5b718ffe963019268fd8cc059c42e46298e Mon Sep 17 00:00:00 2001 From: Zakhar Izmaylov Date: Sat, 8 Feb 2025 11:00:00 +0300 Subject: [PATCH] Ignore GitHub Actions workflow directory in .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 148fafa2..e1037e26 100644 --- a/.gitignore +++ b/.gitignore @@ -56,4 +56,5 @@ Dockerfile .csv /logs setup.py -.ruff_cache \ No newline at end of file +.ruff_cache +.github/workflows/ \ No newline at end of file