Доработка .gitignore

This commit is contained in:
Dmitry
2026-01-11 14:43:54 +03:00
parent 898e5eca2c
commit a3fb746760
2 changed files with 4 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
*.csv
.venv
logs/
+1 -2
View File
@@ -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