From 17ace8a73d15b9a56962d14c0a86eebe5ec97a5e Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Fri, 12 Jan 2024 13:17:57 +0300 Subject: [PATCH] [#117] .gitignore: Add __pycache__ It is created after preset script execution. Signed-off-by: Evgenii Stratonikov --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f627745..af6d109 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ k6 *.bolt presets bin +# Preset script artifacts. +__pycache__