From a3fb7467603dc3d44278ee8e4a84c516a9fb9f1c Mon Sep 17 00:00:00 2001 From: Dmitry <124861781+ada-dmitry@users.noreply.github.com> Date: Sun, 11 Jan 2026 14:43:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D0=B0=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ run_dca.sh | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d2ec4f --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.csv +.venv +logs/ diff --git a/run_dca.sh b/run_dca.sh index 966fa93..8be7b74 100755 --- a/run_dca.sh +++ b/run_dca.sh @@ -34,5 +34,4 @@ if [[ -n "$ALLOW_WEEKEND" ]]; then fi # Запуск -# python3 main.py "${ARGS[@]}" >> ./logs/dca.log 2>&1 -echo $ARGS +python3 main.py "${ARGS[@]}" >> ./logs/dca.log 2>&1